Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
add banner to lead ppl to magicswapv2 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheese1 authored Aug 8, 2024
1 parent 10a8d43 commit 4e48b09
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,19 @@ export default function App() {
</div>
</div>
</div>
<div className="flex h-10 items-center bg-[#FACE60] px-4 text-xs text-black sm:justify-center sm:text-base">
<p>
Looking for Magicswap v2 and NFT pools?{" "}
<a
href="https://v2.magicswap.lol/swap"
target="_blank"
rel="noopener noreferrer"
className="underline"
>
Click here
</a>
</p>
</div>
<div className="relative overflow-hidden">
<div className="relative m-auto mb-24 flex min-h-[calc(100vh-64px)] flex-col p-8 pt-0 sm:pt-8 xl:max-w-6xl 2xl:max-w-7xl">
<Outlet />
Expand Down

0 comments on commit 4e48b09

Please sign in to comment.