Fix i18n
Some checks failed
Lint / lint (push) Has been cancelled

This commit is contained in:
Julien Valverdé
2025-10-14 21:08:27 +02:00
parent afabfc957b
commit b0408a8929
5 changed files with 9 additions and 3 deletions

View File

@@ -18,11 +18,11 @@ function RootComponent() {
<div className="container mt-10 mr-auto ml-auto flex flex-row items-center justify-center gap-20">
<div className="flex flex-row items-center justify-center gap-2">
<Button asChild>
<a href="https://git.valverde.cloud"><DiGit /> {t("nav:gitRepos")}</a>
<a href="https://git.valverde.cloud"><DiGit /> {t($ => $.gitRepos, { ns: "nav" })}</a>
</Button>
<Button asChild>
<a href="https://git.valverde.cloud/thilawyn/website"><FaCode /> {t("nav:sourceCode")}</a>
<a href="https://git.valverde.cloud/thilawyn/website"><FaCode /> {t($ => $.sourceCode, { ns: "nav" })}</a>
</Button>
<Button>Resumé</Button>