From 5e08701189deb838fed4becfc35c11c5f883adf9 Mon Sep 17 00:00:00 2001 From: steveluscher Date: Fri, 25 Mar 2022 23:57:58 -0700 Subject: [PATCH] feat: the search bar now auto-focuses when you first visit the site --- explorer/src/components/SearchBar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/explorer/src/components/SearchBar.tsx b/explorer/src/components/SearchBar.tsx index 3352b90ca6..e8cce1bdb2 100644 --- a/explorer/src/components/SearchBar.tsx +++ b/explorer/src/components/SearchBar.tsx @@ -42,6 +42,7 @@ export function SearchBar() {