home screen changes (info button, appstore and google play buttons)
This commit is contained in:
@@ -24,6 +24,7 @@ import EditRestaurant from "./components/Dialogs/EditRestaurant";
|
||||
import NewDish from "./components/Dialogs/NewDish";
|
||||
import EditDish from "./components/Dialogs/EditDish";
|
||||
import Dish from "./components/Dialogs/Dish";
|
||||
import HomeScreen from "./components/Output/HomeScreen";
|
||||
|
||||
const theme = createMuiTheme({
|
||||
palette: {
|
||||
@@ -57,11 +58,7 @@ function App(props) {
|
||||
<div className="main-container">
|
||||
<Switch>
|
||||
<Route exact path="/">
|
||||
<LogoMain />
|
||||
<SearchPanel />
|
||||
<p className="darkParagraph">
|
||||
Sprawdź co serwuje Twoja ulubiona restauracja.
|
||||
</p>
|
||||
<HomeScreen/>
|
||||
</Route>
|
||||
<Route path="/results">
|
||||
<LogoMain />
|
||||
|
||||
Reference in New Issue
Block a user