Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
zkSoju committed Nov 21, 2022
1 parent b82c9e6 commit e0a06b4
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,14 @@ export default function Home() {
</div>
<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?{" "}
<a
href="https://0xst.notion.site/Dove-Protocol-5a174626e63f4c26a30e753fc7460714"
target="_blank"
className="text-white"
>
Read the guide
</a>
</p>
<p className="text-sm text-white/50">Need help? </p>{" "}
<a
href="https://0xst.notion.site/Dove-Protocol-5a174626e63f4c26a30e753fc7460714"
target="_blank"
className="text-sm font-thin text-white"
>
Read the guide
</a>
<BiArrowToRight className="text-white" />
</div>
</div>
Expand Down

0 comments on commit e0a06b4

Please sign in to comment.