fix: fix the title on the settings page

This commit is contained in:
Spectralitree 2021-12-12 10:31:36 +01:00
parent 5648241527
commit f5319dc877

View File

@ -49,4 +49,8 @@
</Card>
</Col>
</Row>
</Container>
</Container>
<svelte:head>
<title>pk-webs | settings</title>
</svelte:head>