Skip to content

Commit

Permalink
chore: add disclaimer to webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-sun committed Feb 14, 2024
1 parent 16d6708 commit bbd64fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions app/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ export default async function Home() {
return (
<>
<Title>
Asset Refund Example
Unsupported Asset Refund
</Title>
<div className="text-center">
Anyone who has sent UNI token to the specified address on Sepolia testnet is eligible for a
refund of their UNI.
Under construction: Do not use
</div>
<AdvanceStepButton
label="Generate Proof"
Expand Down
4 changes: 2 additions & 2 deletions app/src/components/layout/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Navbar() {
<div className="flex flex-row justify-between items-center w-full px-8 py-4 border-b-[1px] border-darkgrey shadow-md">
<Link href="/" className="text-xl text-white font-mono">
<div >
Asset Refund Example
Unsupported Asset Refund
</div>
</Link>
<div className="flex flex-row items-center gap-4 sm:gap-8">
Expand All @@ -22,7 +22,7 @@ export default function Navbar() {
<Link href="https://docs.axiom.xyz/">
Docs
</Link>
<Link href="https://github.com/bfan05/asset-refund-example">
<Link href="https://github.com/axiom-crypto/unsupported-asset-refund">
Github
</Link>
<ConnectWallet />
Expand Down

0 comments on commit bbd64fc

Please sign in to comment.