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>
|
||||
</li>))}
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div className="dashboard-area">
|
||||
<Button text="Dashboard"/>
|
||||
<Button text="Dashboard" to="https://dash.sheepstar.xyz/"/>
|
||||
</div>
|
||||
</header>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user