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 12110f2 commit 5af57e7Copy full SHA for 5af57e7
1 file changed
src/components/Layout/Layout.tsx
@@ -16,7 +16,7 @@ const Layout = ({ children }: { children: React.ReactNode }) => {
16
<>
17
{/* Banner */}
18
<div className="w-full text-white font-semibold py-2 px-4 text-center text-sm"
19
- style={{ backgroundColor: '#67410d' }}
+ style={{ backgroundColor: '#FF4205' }}
20
>
21
$LITKEY is live.{' '}
22
<a
0 commit comments