Skip to content

Commit

Permalink
chore: add fire emojis to banner (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjay44 authored Jan 10, 2025
1 parent 22422e7 commit 239600f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function RootLayout({children}: { children: React.ReactNode}) {
function Banner () {
return (
<div className='bg-zinc-950 text-white text-sm text-center p-3'>
Storage just got hotter and more decentralized! Check out <a className='underline' href='https://storacha.network'> Storacha</a>!
&#128293; Storage just got hotter and more decentralized! Check out <a className='underline' href='https://storacha.network'> Storacha</a>! &#128293;
</div>
)
}
Expand Down

0 comments on commit 239600f

Please sign in to comment.