Skip to content

Commit

Permalink
Fixing 'About Us' wrong hyperlink (#3767)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ririio committed Nov 22, 2022
1 parent f6192c4 commit ccc02f9
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 @@ -7,7 +7,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: Theme) => ({
buttonsContainer: {
Expand Down Expand Up @@ -102,7 +101,7 @@ const BannerButtons = () => {
disagreeButtonText="CANCEL"
/>
)}
<Link href={`${webUrl}/docs/overview/`} passHref>
<Link href="/docs/overview" passHref>
<Button className={classes.buttons} variant="outlined">
About us
</Button>
Expand Down

0 comments on commit ccc02f9

Please sign in to comment.