aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Tools')
-rw-r--r--src/lib/Tools/Wrapped.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Tools/Wrapped.svelte b/src/lib/Tools/Wrapped.svelte
index d1705e54..83b58cd1 100644
--- a/src/lib/Tools/Wrapped.svelte
+++ b/src/lib/Tools/Wrapped.svelte
@@ -604,7 +604,7 @@
<input type="checkbox" bind:checked={useFullActivityHistory} />
Enable full-year activity
<SettingHint>
- <a href={'#'} on:click={pruneFullYear}>Refresh data</a>
+ <button class="smaller-badge" on:click={pruneFullYear}>Refresh data</button>
</SettingHint><br />
<select bind:value={selectedYear}>
{#each Array.from({ length: currentYear - 2012 }) as _, i}