diff --git a/src/components/UI/Footer.tsx b/src/components/UI/Footer.tsx index 44e98075..f0d4253f 100644 --- a/src/components/UI/Footer.tsx +++ b/src/components/UI/Footer.tsx @@ -1,6 +1,5 @@ import { cn } from "@core/utils/cn.ts"; import { Trans } from "react-i18next"; -import { Subtle } from "./Typography/Subtle.tsx"; type FooterProps = { className?: string; @@ -15,13 +14,19 @@ const Footer = ({ className, ...props }: FooterProps) => { )} {...props} > -
- - Commit SHA: - - {String(import.meta.env.VITE_COMMIT_HASH).toUpperCase()} - - +
+ , + ]} + values={{ + sha: String(import.meta.env.VITE_COMMIT_HASH)?.toUpperCase(), + }} + />