File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
src/components/libresplit Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,16 @@ export function AppNav() {
4141
4242function LeftNav ( ) {
4343 return (
44- < div className = "flex items-center gap-2" >
45- < img
46- src = "https://raw.githubusercontent.com/LibreSplit/LibreSplit/refs/heads/main/assets/libresplit.svg"
47- alt = "LibreSplit Logo"
48- className = "w-8"
49- />
50- < span className = "text-xl font-semibold" > LibreSplit</ span >
51- </ div >
44+ < Link to = "/" >
45+ < div className = "flex items-center gap-2" >
46+ < img
47+ src = "https://raw.githubusercontent.com/LibreSplit/LibreSplit/refs/heads/main/assets/libresplit.svg"
48+ alt = "LibreSplit Logo"
49+ className = "w-8"
50+ />
51+ < span className = "text-xl font-semibold" > LibreSplit</ span >
52+ </ div >
53+ </ Link >
5254 ) ;
5355}
5456
You can’t perform that action at this time.
0 commit comments