@ -8,7 +8,7 @@
}
button {
.new {
border-radius: 100%;
@ -115,6 +115,7 @@ export function Team() {
return (
<div className="titreSideMenu">
<h2 className="title">Mes équipes</h2>
<button className="new" onClick={() => location.pathname="/tactic/new"}>+</button>
</div>
)