Skip to content

Commit

Permalink
fix: replaced view wallet url
Browse files Browse the repository at this point in the history
  • Loading branch information
arazaki committed Dec 10, 2024
1 parent b0d635b commit 63fe074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/trades.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const TradesPage: NextPage = () => {
</Head>
<NavBar>
<Link
href="https://gmgn.ai/sol/address/GypeM9BqKeKGJGTnPxTf1PdVa3UC2LkiYnvvW8CJSNj2"
href="https://solscan.io/account/GypeM9BqKeKGJGTnPxTf1PdVa3UC2LkiYnvvW8CJSNj2#transfers"
className="inline-flex items-center rounded-full bg-white/20 px-3.5 py-2 transition-all duration-300 hover:bg-white/30"
>
<span className="text-base font-semibold text-white">
Expand Down

0 comments on commit 63fe074

Please sign in to comment.