diff options
| author | Fuwn <[email protected]> | 2024-01-04 09:39:04 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-04 09:39:25 -0800 |
| commit | 9346f671bcf77bba26d2bd8e3d4388120cfad790 (patch) | |
| tree | 5830324fa55695660278c8899f49ae8a44d79f98 /src/routes/settings | |
| parent | feat(manga): add umami events (diff) | |
| download | due.moe-9346f671bcf77bba26d2bd8e3d4388120cfad790.tar.xz due.moe-9346f671bcf77bba26d2bd8e3d4388120cfad790.zip | |
refactor(settings): info badge
Diffstat (limited to 'src/routes/settings')
| -rw-r--r-- | src/routes/settings/+page.svelte | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte index 42021187..76e04bcc 100644 --- a/src/routes/settings/+page.svelte +++ b/src/routes/settings/+page.svelte @@ -54,8 +54,7 @@ <Category title="Cache"><Cache /></Category> <Category id="debug"> <summary - >Debug<button class="smaller-button button-badge" style="opacity: 50%;" - >{data.commit.slice(0, 7)}</button + >Debug<button class="smaller-button button-badge badge-info">{data.commit.slice(0, 7)}</button ></summary > |