Skip to content

Commit

Permalink
Merge pull request #4 from vczb/add_missing_tag
Browse files Browse the repository at this point in the history
Fix next/link should be used with anchor as children
  • Loading branch information
gsmachado authored Oct 25, 2021
2 parents 8dd429e + 4ba9aec commit 43e54df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/templates/dapp/DAppBase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ const DAppBase = () => (
<NavbarTwoColumns logo={<Logo xl />}>
<li>
<Link href="https://neow3j.io">
<Button>Help?</Button>
<a>
<Button>Help?</Button>
</a>
</Link>
</li>
</NavbarTwoColumns>
Expand Down

0 comments on commit 43e54df

Please sign in to comment.