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

@ -135,3 +135,7 @@
</Col> </Col>
</Row> </Row>
</Container> </Container>
<svelte:head>
<title>PluralKit | home</title>
</svelte:head>