Skip to content

Commit

Permalink
Fixing ESLint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ririio committed Nov 18, 2022
1 parent eb557ef commit 18f1711
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/web/app/src/components/BannerButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import clsx from 'clsx';
import useAuth from '../hooks/use-auth';
import TelescopeAvatar from './TelescopeAvatar';
import PopUp from './PopUp';
import { webUrl } from '../config';

const useStyles = makeStyles((theme) => ({
buttonsContainer: {
Expand Down Expand Up @@ -88,7 +87,7 @@ const BannerButtons = () => {
disagreeButtonText="CANCEL"
/>
)}
<Link href={`/docs/overview`} passHref>
<Link href="/docs/overview" passHref>
<Button className={classes.buttons} variant="outlined">
About us
</Button>
Expand Down

0 comments on commit 18f1711

Please sign in to comment.