From a6a4c73900fcf1f1a76f0535bd9bd940c5072115 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Sun, 17 Dec 2023 11:58:24 +0200 Subject: [PATCH] birthday cake --- src/app/layout.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9b476b5..dad5d11 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -17,14 +17,12 @@ export default function RootLayout({ children }: { children: React.ReactNode })
{children} - {today.getDate() === new Date(today.getFullYear(), 12, 17).getDate() && ( -
-
- - It's my birthday. -
+
+
+ + It's my birthday.
- )} +