forked from pdsls.dev/pdsls
atproto explorer

fix at:// links support oops

aylac.top e1589c46 42c5117b

verified
Changed files
+1 -1
src
components
+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 };