Write on the margins of the internet. Powered by the AT Protocol. margin.at
extension web atproto comments

correct search url in mobile nav

+2 -2
+2 -2
web/src/components/navigation/MobileNav.tsx
··· 215 215 </Link> 216 216 217 217 <Link 218 - to="/url" 218 + to="/search" 219 219 className={`flex flex-col items-center justify-center w-14 h-14 rounded-xl transition-colors ${ 220 - isActive("/url") 220 + isActive("/search") 221 221 ? "text-primary-600" 222 222 : "text-surface-500 hover:text-surface-700" 223 223 }`}