web client changfed

This commit is contained in:
2020-10-06 22:03:53 +02:00
parent 06728d32f1
commit becf66a5fa
12 changed files with 202 additions and 92 deletions

View File

@@ -95,7 +95,7 @@ export default function TopBar() {
onClick={() => history.push("/")}
/>
<div className="vertical-divider"></div>
<h5>Food guide</h5>
<h5>Food guide (wersja testowa)</h5>
</div>
<div className="topBar-hamburger">
{loggedIn && (
@@ -167,7 +167,11 @@ export default function TopBar() {
/>
)}
</div>
<Social />
<Social
facebook="https://www.facebook.com"
instagram="https://www.instagram.com"
twitter="https://twitter.com/menuifood"
/>
</div>
</Drawer>
</div>