diff options
author | mat <github@matdoes.dev> | 2022-03-18 20:38:04 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-03-18 20:38:04 -0500 |
commit | df9fc83ad814ba93f162e22c3c5f552eb627414c (patch) | |
tree | 666bd88828a680b53afca7b214c4bf94f0929705 /src/routes/profile/index.svelte | |
parent | cdb32f8663b687067b2ab835edbca420100972b2 (diff) | |
download | skyblock-stats-df9fc83ad814ba93f162e22c3c5f552eb627414c.tar.gz skyblock-stats-df9fc83ad814ba93f162e22c3c5f552eb627414c.tar.bz2 skyblock-stats-df9fc83ad814ba93f162e22c3c5f552eb627414c.zip |
Resize background images for customization page
Diffstat (limited to 'src/routes/profile/index.svelte')
-rw-r--r-- | src/routes/profile/index.svelte | 2 |
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} |