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 c402f81 commit 12110f2Copy full SHA for 12110f2
1 file changed
src/components/Layout/Layout.tsx
@@ -15,15 +15,17 @@ const Layout = ({ children }: { children: React.ReactNode }) => {
15
return (
16
<>
17
{/* Banner */}
18
- <div className="w-full bg-coal-950 text-white py-2 px-4 text-center text-sm font-medium">
+ <div className="w-full text-white font-semibold py-2 px-4 text-center text-sm"
19
+ style={{ backgroundColor: '#67410d' }}
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
>
- Learn more
28
+ Learn more.
29
</a>
30
</div>
31
0 commit comments