diff --git a/fe/src/App.tsx b/fe/src/App.tsx
index de79a09..76e2bde 100644
--- a/fe/src/App.tsx
+++ b/fe/src/App.tsx
@@ -19,26 +19,7 @@ function App() {
searchString={searchString}
setSearchString={setSearchString}
/>
-
- Vite + React
-
-
-
- Edit src/App.tsx
and save to test HMR
-
-
-
- Click on the Vite and React logos to learn more
-
+ Wishlist
>
)
}
diff --git a/fe/src/components/search/Search.tsx b/fe/src/components/search/Search.tsx
index 1d6d902..b3919e2 100644
--- a/fe/src/components/search/Search.tsx
+++ b/fe/src/components/search/Search.tsx
@@ -47,7 +47,7 @@ const Search = ({ setSearchResults, setSearchString, searchString }: SearchProps
ref={inputRef}
/>
);