From cdc736b4823a3dda97f2b49c04b8ef7321e7a254 Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr Date: Thu, 19 Mar 2026 16:03:55 +0200 Subject: add settings page --- src/components/footer/Footer.tsx | 116 ++++++++++++++++++++------------------- 1 file changed, 59 insertions(+), 57 deletions(-) (limited to 'src/components/footer/Footer.tsx') diff --git a/src/components/footer/Footer.tsx b/src/components/footer/Footer.tsx index 63dde1e..7262ddc 100644 --- a/src/components/footer/Footer.tsx +++ b/src/components/footer/Footer.tsx @@ -10,68 +10,70 @@ import ArtberryIcon from '@icons/artberry.svg'; export function Footer() { return ( - + + ); } -- cgit v1.3-3-g829e