From b8f991a80b0150d23e0ea71729acb37daf9b961b Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Thu, 19 Dec 2024 17:03:09 +0800 Subject: [PATCH] fix: hash url --- src/components/Footer.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 47d0844..5bf066d 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -29,7 +29,11 @@ const Footer: React.FC = () => { nezha-dash - {import.meta.env.VITE_GIT_HASH && ({import.meta.env.VITE_GIT_HASH})} + {import.meta.env.VITE_GIT_HASH && ( + + ({import.meta.env.VITE_GIT_HASH}) + + )}