From d172bc00b43f690ab6298ab010f714be00402fd5 Mon Sep 17 00:00:00 2001 From: Eliot Date: Sat, 1 Feb 2025 15:42:06 +0100 Subject: [PATCH] fix(dashboard): make footer responsive --- web/src/comps/Footer.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/src/comps/Footer.tsx b/web/src/comps/Footer.tsx index c140776..0bac198 100644 --- a/web/src/comps/Footer.tsx +++ b/web/src/comps/Footer.tsx @@ -7,19 +7,19 @@ export default function Footer(): React.ReactElement { const commit_hash = process.env.REACT_APP_COMMIT_HASH || "dev"; - return