Front page
This commit is contained in:
15
src/components/TopBar.js
Normal file
15
src/components/TopBar.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import React from "react";
|
||||
import ButtonSecondary from "./ButtonSecondary";
|
||||
import logo from "../public/logo_mint.svg";
|
||||
|
||||
export default function TopBar() {
|
||||
return (
|
||||
<div className="topBar">
|
||||
<img src={logo} className="topBarLogo" alt="Menui logo" />
|
||||
<div>
|
||||
<ButtonSecondary text="Dodaj Lokal" />
|
||||
<ButtonSecondary text="Logowanie" />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user