diff --git a/src/views/home/home.tsx b/src/views/home/home.tsx index 33876d97..ce3ce533 100644 --- a/src/views/home/home.tsx +++ b/src/views/home/home.tsx @@ -210,7 +210,7 @@ const Footer = () => { )} {commitRef && ( - {commitRef.slice(0, 7)} + #{commitRef.slice(0, 7)} )}