mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-09 05:53:12 +08:00
Added warning about unsupported prefix. Added support for Spotify search. Edited README file
This commit is contained in:
@@ -22,7 +22,7 @@ import classes from './Home.module.css';
|
||||
import AppGrid from '../Apps/AppGrid/AppGrid';
|
||||
import BookmarkGrid from '../Bookmarks/BookmarkGrid/BookmarkGrid';
|
||||
import WeatherWidget from '../Widgets/WeatherWidget/WeatherWidget';
|
||||
import SearchBox from '../SearchBox/SearchBox';
|
||||
import SearchBar from '../SearchBar/SearchBar';
|
||||
|
||||
// Functions
|
||||
import { greeter } from './functions/greeter';
|
||||
@@ -89,7 +89,7 @@ const Home = (props: ComponentProps): JSX.Element => {
|
||||
return (
|
||||
<Container>
|
||||
{searchConfig('hideSearch', 0) !== 1
|
||||
? <SearchBox />
|
||||
? <SearchBar />
|
||||
: <div></div>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user