diff --git a/src/frontend/src/pages/StorePage/index.tsx b/src/frontend/src/pages/StorePage/index.tsx index aad9211db..7e0d19d1d 100644 --- a/src/frontend/src/pages/StorePage/index.tsx +++ b/src/frontend/src/pages/StorePage/index.tsx @@ -158,16 +158,17 @@ export default function StorePage(): JSX.Element { }} value={inputText} /> - { setSearchText(inputText); }} - className={ - "absolute bottom-0 right-4 top-0 my-auto h-6 cursor-pointer stroke-1 text-muted-foreground" + - (loading ? " animate-spin" : "") - } - /> + > + +