diff options
| author | Fuwn <[email protected]> | 2023-09-28 15:00:16 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-28 15:00:16 -0700 |
| commit | 9c20570b5593efb90827f84dc0e77161933fdce6 (patch) | |
| tree | b9038ff5f1dab11799de9ee7d5598f0eaf9988c4 /src/routes/tools | |
| parent | fix(feeds): filter phantom activities (diff) | |
| download | due.moe-9c20570b5593efb90827f84dc0e77161933fdce6.tar.xz due.moe-9c20570b5593efb90827f84dc0e77161933fdce6.zip | |
fix(wrapped): screenshot colours and sizing
Diffstat (limited to 'src/routes/tools')
| -rw-r--r-- | src/routes/tools/+page.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/tools/+page.svelte b/src/routes/tools/+page.svelte index 16852edc..4ee3d604 100644 --- a/src/routes/tools/+page.svelte +++ b/src/routes/tools/+page.svelte @@ -13,7 +13,7 @@ <option value={0}>Tools</option> <option value={1}>Today's Character Birthdays</option> <option value={2}>Activity History Hole Risks</option> - <option value={3}>Wrapped</option> + <option value={3}>Wrapped (Beta)</option> </select> </p> |