feat(dashboard): add status page link to header
This commit is contained in:
parent
7fb2afe9e2
commit
66883cef51
@ -53,6 +53,9 @@ import { get } from 'svelte/store';
|
||||
<NavItem>
|
||||
<Link to="/profile" class="nav-link">Public</Link>
|
||||
</NavItem>
|
||||
<NavItem>
|
||||
<Link to="/status" class="nav-link">Bot status</Link>
|
||||
</NavItem>
|
||||
</Nav>
|
||||
</Collapse>
|
||||
</Navbar>
|
||||
|
Loading…
Reference in New Issue
Block a user