From ae46cbc44ee89e2f1e152f31b1788dc15969a50b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 14 Jun 2026 21:44:58 +0200 Subject: [PATCH] feat: add footer with copyright and dev.pivoine.art link Co-Authored-By: Claude Sonnet 4.6 --- app/layout.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/layout.tsx b/app/layout.tsx index 7a703a9..abe0fee 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -28,6 +28,13 @@ export default function RootLayout({ children }: { children: React.ReactNode })