feat(dashboard): change title when home is loaded

This commit is contained in:
Draconizations 2022-05-30 13:01:27 +02:00
parent 0d774a7c9e
commit c9a02f2ab6

View File

@ -134,4 +134,8 @@
{/if}
</Col>
</Row>
</Container>
</Container>
<svelte:head>
<title>PluralKit | home</title>
</svelte:head>