mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 15:57:53 +00:00
feat(dashboard): remove footer
This commit is contained in:
parent
10eae70a18
commit
a65880c665
2 changed files with 0 additions and 13 deletions
|
|
@ -1,11 +0,0 @@
|
|||
<script lang="ts">
|
||||
import {Navbar, Nav, NavItem, NavLink} from 'sveltestrap';
|
||||
</script>
|
||||
|
||||
<Navbar color="light" light class="footer">
|
||||
<Nav>
|
||||
<NavItem>
|
||||
<NavLink href="https://pluralkit.me/">pluralkit.me</NavLink>
|
||||
</NavItem>
|
||||
</Nav>
|
||||
</Navbar>
|
||||
Loading…
Add table
Add a link
Reference in a new issue