Skip to content

Commit 2a30b1b

Browse files
committed
Remove '$LITKEY is live' banner
1 parent f04066a commit 2a30b1b

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

src/components/Layout/Layout.tsx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,6 @@ const Layout = ({ children }: { children: React.ReactNode }) => {
1414

1515
return (
1616
<>
17-
{/* Banner */}
18-
<div className="w-full text-white font-semibold py-2 px-4 text-center text-sm"
19-
style={{ backgroundColor: '#FF4205' }}
20-
>
21-
$LITKEY is live.{' '}
22-
<a
23-
href="https://spark.litprotocol.com/litkey-is-live/"
24-
target="_blank"
25-
rel="noopener noreferrer"
26-
className="underline hover:opacity-80 transition"
27-
>
28-
Learn more.
29-
</a>
30-
</div>
31-
3217
<HeaderMenu menuOpen={menuOpen} toggleMenu={toggleMenu} />
3318
<main className="relative w-full h-full min-h-[100vh]">{children}</main>
3419
<Footer />

0 commit comments

Comments
 (0)