tangled
alpha
login
or
join now
margin.at
/
margin
87
fork
atom
Write on the margins of the internet. Powered by the AT Protocol.
margin.at
extension
web
atproto
comments
87
fork
atom
overview
issues
4
pulls
1
pipelines
correct search url in mobile nav
scanash.com
2 weeks ago
70d30cb0
e4708cb9
+2
-2
1 changed file
expand all
collapse all
unified
split
web
src
components
navigation
MobileNav.tsx
+2
-2
web/src/components/navigation/MobileNav.tsx
···
215
215
</Link>
216
216
217
217
<Link
218
218
-
to="/url"
218
218
+
to="/search"
219
219
className={`flex flex-col items-center justify-center w-14 h-14 rounded-xl transition-colors ${
220
220
-
isActive("/url")
220
220
+
isActive("/search")
221
221
? "text-primary-600"
222
222
: "text-surface-500 hover:text-surface-700"
223
223
}`}