diff options
| -rw-r--r-- | src/components/Footer.astro | 6 |
1 files 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"; <p> { commitSha && ( - <p> + <> Site version <a href={`${repositoryUrl}/commit/${commitSha}`}> {commitSha.substring(0, 7)} </a> - . - </p> + <br /> + </> ) } Content is All Rights Reserved. |
