From 503adc20dc482c84ab7de8edc426e6e088ac7869 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Tue, 11 Jan 2022 17:02:48 -0800 Subject: [PATCH] Link the git commit hash to GitHub on the About page --- frontend/src/app/components/about/about.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index 50d50afa1..65441f045 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -4,7 +4,7 @@
- v{{ packetJsonVersion }} [{{ frontendGitCommitHash }}] + v{{ packetJsonVersion }} [{{ frontendGitCommitHash }}]
@@ -240,7 +240,7 @@