Skip to content

Commit

Permalink
restored bannerbuttons file
Browse files Browse the repository at this point in the history
  • Loading branch information
AmasiaNalbandian committed Mar 11, 2022
1 parent 4c523c5 commit f8cbc71
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/web/src/components/BannerButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import Link from 'next/link';
import { useRouter } from 'next/router';
import { makeStyles, Tooltip, withStyles, Zoom } from '@material-ui/core';
import Button from '@material-ui/core/Button';
import { useTranslation } from 'react-i18next';
import '../translations/i18n';
import useAuth from '../hooks/use-auth';
import TelescopeAvatar from './TelescopeAvatar';
import PopUp from './PopUp';
Expand Down Expand Up @@ -109,7 +107,6 @@ const BannerButtons = () => {
>
Sign in
</Button>

{/* Bandaid solution to avoid signing up */}
{/* <Link href="/signup" passHref>
<Button
Expand Down

0 comments on commit f8cbc71

Please sign in to comment.