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
|
<Beta
|
||||||
sx={{ left: '-90px', '& .mobile': { right: '-72px' } }}
|
sx={{ left: '-90px', '& .mobile': { right: '-72px' } }}
|
||||||
onClick={(): void => {
|
onClick={(): void => {
|
||||||
navigate('/docs/beta');
|
navigate('/');
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</StyledAppBar>
|
</StyledAppBar>
|
||||||
|
@ -221,7 +221,7 @@ const BetaPage: React.FC<BetaPageProps> = ({
|
|||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
onClick={(): void => {
|
onClick={(): void => {
|
||||||
navigate('/docs/beta');
|
navigate('/');
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user