Skip to content

Commit

Permalink
Remove dead code from tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Dec 8, 2023
1 parent 03281c8 commit 8ba5c71
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions locust/webui/src/components/Layout/Footer/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@ import { Box, Button, Link, Typography } from '@mui/material';
import Modal from 'components/Modal/Modal';
import { useSelector } from 'redux/hooks';

const authors = [
{
name: 'Jonatan Heyman',
website: 'http://heyman.info/',
social: { handle: '@jonatanheyman', link: 'https://twitter.com/jonatanheyman/' },
},
{
name: 'Lars Holmberg',
social: { handle: '@cyberw', link: 'https://github.com/cyberw' },
},
];

export default function About() {
const [open, setOpen] = useState(false);
Expand Down

0 comments on commit 8ba5c71

Please sign in to comment.