From ae66a73abc194e25a5d5cc466edfdc0722733fce Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 13 Sep 2024 20:59:34 +0100 Subject: [PATCH] add padding above the footer --- src/components/footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/footer.tsx b/src/components/footer.tsx index ba78a9e..582ab7f 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -21,7 +21,7 @@ export default function Footer() { const { buildId, buildTime } = getBuildInformation(); return ( -
+

Build: {buildId} ({buildTime})