Skip to content

Commit 5af57e7

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Layout/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const Layout = ({ children }: { children: React.ReactNode }) => {
1616
<>
1717
{/* Banner */}
1818
<div className="w-full text-white font-semibold py-2 px-4 text-center text-sm"
19-
style={{ backgroundColor: '#67410d' }}
19+
style={{ backgroundColor: '#FF4205' }}
2020
>
2121
$LITKEY is live.{' '}
2222
<a

0 commit comments

Comments
 (0)