diff options
Diffstat (limited to 'src/routes/index.svelte')
-rw-r--r-- | src/routes/index.svelte | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 32b1360..0c52437 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -13,7 +13,10 @@ <title>SkyBlock Stats</title> </svelte:head> -<Head title='SkyBlock Stats' description='Check SkyBlock stats, see leaderboards, mayors, and way more.' /> +<Head + title="SkyBlock Stats" + description="Check SkyBlock stats, see leaderboards, mayors, and way more." +/> <main> <section class="title-section"> |