Fix beta banner to not go to docs/beta and instead go to /
This commit is contained in:
parent
4a7a72812f
commit
fbe0bd98c7
@ -653,7 +653,7 @@ const Header: React.FC<HeaderProps> = (props: HeaderProps) => {
|
||||
<Beta
|
||||
sx={{ left: '-90px', '& .mobile': { right: '-72px' } }}
|
||||
onClick={(): void => {
|
||||
navigate('/docs/beta');
|
||||
navigate('/');
|
||||
}}
|
||||
/>
|
||||
</StyledAppBar>
|
||||
|
@ -221,7 +221,7 @@ const BetaPage: React.FC<BetaPageProps> = ({
|
||||
},
|
||||
}}
|
||||
onClick={(): void => {
|
||||
navigate('/docs/beta');
|
||||
navigate('/');
|
||||
}}
|
||||
/>
|
||||
</Box>
|
||||
|
Loading…
x
Reference in New Issue
Block a user