aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/routes/profile/index.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/profile/index.svelte b/src/routes/profile/index.svelte
index 5fc937f..cdcd495 100644
--- a/src/routes/profile/index.svelte
+++ b/src/routes/profile/index.svelte
@@ -169,7 +169,7 @@
<span
class="selectable-background-option"
class:selected={thisBackgroundName === backgroundName}
- style="background-image: url(/backgrounds/{thisBackgroundName})"
+ style="background-image: url(/backgrounds-small/{thisBackgroundName})"
on:click={() => (backgroundName = thisBackgroundName)}
/>
{/each}