From 21670f64d143dde0ac7c18e0fe0c4126b7190677 Mon Sep 17 00:00:00 2001 From: yoan <536464346@qq.com> Date: Sun, 20 Oct 2024 17:44:54 +0800 Subject: [PATCH] Document location adjustment --- ui/src/components/certimate/Version.tsx | 11 ++++++++--- ui/src/pages/DashboardLayout.tsx | 7 +++++-- ui/src/pages/LoginLayout.tsx | 3 ++- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/ui/src/components/certimate/Version.tsx b/ui/src/components/certimate/Version.tsx index f8023ec2..626e8809 100644 --- a/ui/src/components/certimate/Version.tsx +++ b/ui/src/components/certimate/Version.tsx @@ -3,13 +3,17 @@ import { BookOpen } from "lucide-react"; import { Separator } from "@/components/ui/separator"; import { version } from "@/domain/version"; +import { cn } from "@/lib/utils"; -const Version = () => { +type VersionProps = { + className?: string; +}; + +const Version = ({ className }: VersionProps) => { const { t } = useTranslation(); return ( -