Skip to content

Commit

Permalink
update: development
Browse files Browse the repository at this point in the history
Signed-off-by: Vinyl-Davyl <[email protected]>
  • Loading branch information
Vinyl-Davyl committed Apr 23, 2024
1 parent 2c5e89c commit 2324e1f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@ function Navbar({ scrollToExplore }: { scrollToExplore: any }) {
</Menu.Item>
</Dropdown.Menu>
</Dropdown>
<Menu.Item as="a" position="right">
<Menu.Item
as="a"
position="right"
href="https://github.com/accordproject/template-playground"
target="_blank"
>
<Icon name="github" size="large" style={{ color: "white" }} /> Github
</Menu.Item>
</Container>
Expand Down

0 comments on commit 2324e1f

Please sign in to comment.