atproto explorer

fix at:// links support oops

authored by aylac.top and committed by

Tangled 5996233e bafd95ee

+1 -1
+1 -1
src/components/search.tsx
··· 85 85 navigate(`/${uri}`); 86 86 } 87 87 } else { 88 - navigate(`/at://${input}`); 88 + navigate(`/at://${input.replace("at://", "")}`); 89 89 } 90 90 setShowSearch(false); 91 91 };