mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	fix(website/i18n): home page link not working
This commit is contained in:
		
							parent
							
								
									ea04446e81
								
							
						
					
					
						commit
						966c08da87
					
				@ -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>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user