feat(dashboard): pluralkit.me branding changes

This commit is contained in:
spiral
2022-05-16 23:22:51 -04:00
parent a65880c665
commit dc7b1a4291
8 changed files with 8 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ import { get } from 'svelte/store';
</script>
<Navbar color="light" light expand="lg" class="mb-4">
<NavbarBrand>pk-webs</NavbarBrand>
<NavbarBrand>PluralKit</NavbarBrand>
<NavbarToggler on:click={toggle}></NavbarToggler>
<Collapse {isOpen} navbar expand="lg">
<Nav class="ms-auto" navbar>

View File

@@ -94,5 +94,5 @@
</Container>
<svelte:head>
<title>pk-webs | dash</title>
<title>PluralKit | dash</title>
</svelte:head>

View File

@@ -124,7 +124,7 @@
</Container>
<svelte:head>
<title>pk-webs | settings</title>
<title>PluralKit | settings</title>
</svelte:head>
<style>

View File

@@ -83,5 +83,5 @@
</Container>
<svelte:head>
<title>pk-webs | {title}</title>
<title>PluralKit | {title}</title>
</svelte:head>