it's no longer my birthday

This commit is contained in:
Ivan Dimitrov 2023-12-17 20:57:58 +02:00
parent 1c811461b7
commit dcdd8ab483

View File

@ -17,12 +17,6 @@ export default function RootLayout({ children }: { children: React.ReactNode })
<main>
<Navbar />
{children}
<div className="absolute bottom-14 right-14">
<div className="flex flex-col">
<FontAwesomeIcon mask={faSquareFull} className="w-20 h-20 text-neutral-950 bg-gradient-to-t from-slate-950 via-red-700 to-yellow-400" icon={faCakeCandles} />
<span>It&apos;s my birthday.</span>
</div>
</div>
</main>
</body>
</html>