From fcb65c74e1cfe39c0d79a3dfb62561e7e395eeec Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Wed, 12 Mar 2025 20:24:44 -0400 Subject: fix(footer): put commit sha line in same tag --- src/components/Footer.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 9995027..bf1235d 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -9,13 +9,13 @@ const repositoryUrl = "https://github.com/getchoo/website";

{ commitSha && ( -

+ <> Site version {commitSha.substring(0, 7)} - . -

+
+ ) } Content is All Rights Reserved. -- cgit v1.2.3