Skip to content

Commit

Permalink
edit homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
exitatmosphere committed Feb 21, 2025
1 parent 5021b24 commit 63bd47d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/views/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ export const HomeView: FC = ({}) => {
Create token
</a>
</li>
<li>
<a
className="cursor-pointer bg-gradient-to-tr bg-clip-text text-transparent hover:from-pink-500 hover:to-yellow-500"
href="./utils"
>
Mint token
</a>
</li>
</ol>
</div>
</div>
Expand Down

0 comments on commit 63bd47d

Please sign in to comment.