mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
fix(website/i18n): home page link not working
This commit is contained in:
@@ -31,7 +31,7 @@ export function Header(props: {repoStargazersCount: number}) {
|
|||||||
<header>
|
<header>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div class="first-row">
|
<div class="first-row">
|
||||||
<a class="banner" href="/">
|
<a class="banner" href={`/${locale}/`}>
|
||||||
<img src={logoPath} width="300" height="300" alt="Trilium Notes logo" /> <span>Trilium Notes</span>
|
<img src={logoPath} width="300" height="300" alt="Trilium Notes logo" /> <span>Trilium Notes</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user