generated from lucien/actix-react-template
Compare commits
No commits in common. "d685e00bc367f6193859fd21403f2c6255fda7bd" and "1ec6b1b0da607f680b915d333e6329495fe5c14e" have entirely different histories.
d685e00bc3
...
1ec6b1b0da
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export default function NavBar(){
|
|||
<nav style={{ display: "flex", alignItems: "center", justifyContent: "space-between", padding: "0.5em 1em"}}>
|
||||
<div style={{ display : "flex", alignItems: "center", flexDirection: "row"}}>
|
||||
{/* <LogoButton url="/" logo = "https://archlinux.org/static/hetzner_logo.41114a37d25f.png"/> */}
|
||||
<span className="material-symbols-outlined"
|
||||
<span class="material-symbols-outlined"
|
||||
style={{fontSize: "4em", color: "white", margin: "0.5em"}}>sailing</span>
|
||||
<ClickableLink url="/" text = "Accueil" />
|
||||
<ClickableLink url="/game" text = "Jeu" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue