mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +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> | ||||
|             <div class="content-wrapper"> | ||||
|                 <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> | ||||
|                     </a> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user