From c3e8b0869eb897ed55b34cbbf3240785d8fc3edc Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 13 Sep 2024 21:07:00 +0100 Subject: [PATCH] hide build time on mobile --- src/components/footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 582ab7f..f7a32c6 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -23,9 +23,9 @@ export default function Footer() { return (

- Build: {buildId} ({buildTime}) + Build: {buildId} ({buildTime})

-
+
{items.map((item, index) => { return (