File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22< html lang ="en ">
33 < head >
44 < meta charset ="UTF-8 " />
5- < link rel ="icon " type ="image/svg+xml " href ="/favicon.svg " />
5+ < link rel ="icon " type ="image/png " href ="/favicon.png " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
77 < title > JustWiki</ title >
88 </ head >
Original file line number Diff line number Diff line change @@ -49,7 +49,10 @@ export default function Layout({ children }) {
4949 < path d = "M3 12h18M3 6h18M3 18h18" />
5050 </ svg >
5151 </ button >
52- < Link to = "/" className = "font-bold text-lg text-text mr-4" > JustWiki</ Link >
52+ < Link to = "/" className = "flex items-center gap-1.5 font-bold text-lg text-text mr-4" >
53+ < img src = "/favicon.png" alt = "" className = "h-7 w-7" />
54+ JustWiki
55+ </ Link >
5356 < div className = "flex-1" />
5457
5558 { /* Search button */ }
You can’t perform that action at this time.
0 commit comments