Skip to content

Commit

Permalink
chore: add "How To" link to the top menu
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufseyrek committed Jul 11, 2024
1 parent 5446e35 commit 4cb1e75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/navigation/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Box, Toolbar, AppBar, Link, Divider, Typography } from '@mui/material';
import { Box, Toolbar, AppBar, Link, Divider } from '@mui/material';

import AeternityBridgeLogo from '../base/icons/aerc-logo';
import ConnectWallet from './ConnectWallet';
Expand All @@ -23,6 +23,9 @@ const NavigationBar = () => {
</Link>
<Box sx={{ alignItems: 'center', display: 'flex' }}>
<Box sx={{ alignItems: 'center', display: { sm: 'flex', xs: 'none' } }}>
<Link sx={linkStyles} href="/faq">
How To
</Link>
<Link sx={linkStyles} href="https://aeternity.com" target="_blank">
æternity Website
</Link>
Expand Down

0 comments on commit 4cb1e75

Please sign in to comment.