Skip to content

Commit

Permalink
add links
Browse files Browse the repository at this point in the history
  • Loading branch information
zkSoju committed Nov 21, 2022
1 parent 2ec5e87 commit 9be22e4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
8 changes: 6 additions & 2 deletions components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ const Navbar = () => {
<GiPeaceDove className="text-3xl text-white" />
<div className="flex items-center space-x-4">
<CustomConnectButton />
<FaGithub className="text-white/50" />
<FaTwitter className="text-white/50" />
<a href="https://github.com/whitenois3" target="_blank">
<FaGithub className="text-white/50" />
</a>
<a href="https://twitter.com/exp_table" target="_blank">
<FaTwitter className="text-white/50" />
</a>
</div>
</div>
</div>
Expand Down
9 changes: 8 additions & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,14 @@ export default function Home() {
<div className="flex w-full flex-row justify-between px-4 pt-1">
<div className="flex flex-row items-center space-x-1">
<p className="text-sm text-white/50">
Need help? <span className="text-white">Read the guide</span>
Need help?{" "}
<a
href="https://0xst.notion.site/Dove-Protocol-5a174626e63f4c26a30e753fc7460714"
target="_blank"
className="text-white"
>
Read the guide
</a>
</p>
<BiArrowToRight className="text-white" />
</div>
Expand Down

0 comments on commit 9be22e4

Please sign in to comment.