Skip to content

Commit

Permalink
Add title
Browse files Browse the repository at this point in the history
  • Loading branch information
rhgndf committed Mar 31, 2024
1 parent ca49f3d commit bdefd13
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/routes/servers/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,15 @@
}
</script>

<svelte:head>
<title>Receiver List</title>
</svelte:head>

<style lang="postcss">
:global(body) {
@apply bg-slate-900;
@apply bg-slate-900;
}
</style>
</style>

<div class="flex items-center justify-center flex-col">
<div class="mb-2">
Expand Down

0 comments on commit bdefd13

Please sign in to comment.