We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04066a commit 2a30b1bCopy full SHA for 2a30b1b
1 file changed
src/components/Layout/Layout.tsx
@@ -14,21 +14,6 @@ const Layout = ({ children }: { children: React.ReactNode }) => {
14
15
return (
16
<>
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
-
32
<HeaderMenu menuOpen={menuOpen} toggleMenu={toggleMenu} />
33
<main className="relative w-full h-full min-h-[100vh]">{children}</main>
34
<Footer />
0 commit comments