aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/user/[user]/+page.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/user/[user]/+page.svelte b/src/routes/user/[user]/+page.svelte
index 462e4a8b..aa348b3e 100644
--- a/src/routes/user/[user]/+page.svelte
+++ b/src/routes/user/[user]/+page.svelte
@@ -17,7 +17,7 @@
// 8.5827814569536423841e0
</script>
-<HeadTitle route={`${data.username}'s Profile'`} path={`/user/${data.username}`} />
+<HeadTitle route={`${data.username}'s Profile`} path={`/user/${data.username}`} />
<div class="card">
{#if userData === null}