From a3f6eabc9771c619ab4d55149ee394f3b707396e Mon Sep 17 00:00:00 2001 From: 3w36zj6 <52315048+3w36zj6@users.noreply.github.com> Date: Thu, 22 May 2025 19:49:42 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20Web=E3=82=B5=E3=82=A4=E3=83=88=E3=81=AE?= =?UTF-8?q?=E3=83=98=E3=83=83=E3=83=80=E3=83=BC=E3=81=AB=E3=83=90=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=83=A7=E3=83=B3=E8=A1=A8=E8=A8=98=E3=82=92=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/src/components/ui/common/Header.tsx | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/website/src/components/ui/common/Header.tsx b/website/src/components/ui/common/Header.tsx index e4556baf34..1e98912b37 100644 --- a/website/src/components/ui/common/Header.tsx +++ b/website/src/components/ui/common/Header.tsx @@ -3,16 +3,26 @@ import { githubRepositoryUrl, typstOfficialDocsUrl, typstOfficialUrl, + version, } from "../../../metadata"; import { DiscordIcon, GitHubIcon, MenuIcon } from "../../icons"; import { SiteTitle } from "./SiteTitle"; +const VersionBadge = () => ( + + v{version} + +); + export const Header = () => { return ( <>