web client changfed
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user