Skip to content

Commit 12110f2

Browse files
authored
Update Layout.tsx
1 parent c402f81 commit 12110f2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/components/Layout/Layout.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,17 @@ const Layout = ({ children }: { children: React.ReactNode }) => {
1515
return (
1616
<>
1717
{/* Banner */}
18-
<div className="w-full bg-coal-950 text-white py-2 px-4 text-center text-sm font-medium">
18+
<div className="w-full text-white font-semibold py-2 px-4 text-center text-sm"
19+
style={{ backgroundColor: '#67410d' }}
20+
>
1921
$LITKEY is live.{' '}
2022
<a
2123
href="https://spark.litprotocol.com/litkey-is-live/"
2224
target="_blank"
2325
rel="noopener noreferrer"
2426
className="underline hover:opacity-80 transition"
2527
>
26-
Learn more
28+
Learn more.
2729
</a>
2830
</div>
2931

0 commit comments

Comments
 (0)