First Commit

This commit is contained in:
phntxx 2021-04-22 11:15:41 +02:00
parent 007567a6d0
commit 3138c18021
6 changed files with 195 additions and 161 deletions

View file

@ -36,11 +36,11 @@ const App = () => {
<>
<GlobalStyle />
<div>
<SearchBar providers={searchProviderData?.providers} />
<SearchBar search={searchProviderData?.search} />
{!themeData.error && !searchProviderData.error && (
<Settings
themes={themeData?.themes}
providers={searchProviderData?.providers}
search={searchProviderData?.search}
/>
)}
<Greeter data={greeterData.greeter} />