feat: add footer with copyright and dev.pivoine.art link
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -28,6 +28,13 @@ export default function RootLayout({ children }: { children: React.ReactNode })
|
|||||||
<AppApolloProvider>
|
<AppApolloProvider>
|
||||||
<Nav />
|
<Nav />
|
||||||
<main className="pt-[60px] min-h-screen">{children}</main>
|
<main className="pt-[60px] min-h-screen">{children}</main>
|
||||||
|
<footer className="border-t mt-8 px-7 py-6 flex flex-col sm:flex-row items-center justify-between gap-2 text-[11px] text-[#1a3a22]" style={{ borderColor: 'rgba(34,197,94,0.08)' }}>
|
||||||
|
<span>© {new Date().getFullYear()} World Cup Statistics. Data via openfootball.</span>
|
||||||
|
<a href="https://dev.pivoine.art" target="_blank" rel="noopener noreferrer"
|
||||||
|
className="text-[#2a5c35] hover:text-[#22c55e] transition-colors">
|
||||||
|
dev.pivoine.art
|
||||||
|
</a>
|
||||||
|
</footer>
|
||||||
</AppApolloProvider>
|
</AppApolloProvider>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user