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})
+
+ )}