generated from lucien/actix-react-template
Hot fix : NavBar ClassName
This commit is contained in:
parent
4682f8a61e
commit
3f9617549d
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"}}>
|
<nav style={{ display: "flex", alignItems: "center", justifyContent: "space-between", padding: "0.5em 1em"}}>
|
||||||
<div style={{ display : "flex", alignItems: "center", flexDirection: "row"}}>
|
<div style={{ display : "flex", alignItems: "center", flexDirection: "row"}}>
|
||||||
{/* <LogoButton url="/" logo = "https://archlinux.org/static/hetzner_logo.41114a37d25f.png"/> */}
|
{/* <LogoButton url="/" logo = "https://archlinux.org/static/hetzner_logo.41114a37d25f.png"/> */}
|
||||||
<span class="material-symbols-outlined"
|
<span className="material-symbols-outlined"
|
||||||
style={{fontSize: "4em", color: "white", margin: "0.5em"}}>sailing</span>
|
style={{fontSize: "4em", color: "white", margin: "0.5em"}}>sailing</span>
|
||||||
<ClickableLink url="/" text = "Accueil" />
|
<ClickableLink url="/" text = "Accueil" />
|
||||||
<ClickableLink url="/game" text = "Jeu" />
|
<ClickableLink url="/game" text = "Jeu" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue