tangled
alpha
login
or
join now
t1c.dev
/
rocksky
forked from
rocksky.app/rocksky
2
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
2
fork
atom
overview
issues
pulls
pipelines
Make Navbar logo link to home
tsiry-sandratraina.com
1 month ago
1ed11b1d
093550fb
+6
-4
1 changed file
expand all
collapse all
unified
split
apps
web
src
layouts
Navbar
Navbar.tsx
+6
-4
apps/web/src/layouts/Navbar/Navbar.tsx
···
130
130
return (
131
131
<Container className="bg-[var(--color-background)] text-[var(--color-text)]">
132
132
<div className="flex">
133
133
-
<img
134
134
-
src={darkMode ? LogoDark : LogoLight}
135
135
-
className="max-h-[25px] max-w-[30px] mr-[5px] mt-[28px]"
136
136
-
/>
133
133
+
<Link to="/" style={{ textDecoration: "none" }}>
134
134
+
<img
135
135
+
src={darkMode ? LogoDark : LogoLight}
136
136
+
className="max-h-[25px] max-w-[30px] mr-[5px] mt-[28px]"
137
137
+
/>
138
138
+
</Link>
137
139
<Link to="/" style={{ textDecoration: "none" }}>
138
140
<h2 className="text-[var(--color-text)] text-[26px] font-bold">
139
141
Rocksky