Added a link to the dashboard in the Navigation
This commit is contained in:
parent
2aae674265
commit
cabf9dfe8d
@ -23,10 +23,9 @@ const Navigation = () => {
|
|||||||
className={({isActive}) => (isActive ? "active" : "inactive")}>{item.name}</NavLink>
|
className={({isActive}) => (isActive ? "active" : "inactive")}>{item.name}</NavLink>
|
||||||
</li>))}
|
</li>))}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div className="dashboard-area">
|
<div className="dashboard-area">
|
||||||
<Button text="Dashboard"/>
|
<Button text="Dashboard" to="https://dash.sheepstar.xyz/"/>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user