diff options
| author | Fuwn <[email protected]> | 2023-12-07 10:57:25 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-07 10:57:25 -0800 |
| commit | 7fb97b455e4b079237f5052b82d66f633e8ed8f0 (patch) | |
| tree | 0e72ef5d0aea328a1f7f649ae1c4e27527e11c5e /src/lib/Tools | |
| parent | feat(layout): header fit mobile (diff) | |
| download | due.moe-7fb97b455e4b079237f5052b82d66f633e8ed8f0.tar.xz due.moe-7fb97b455e4b079237f5052b82d66f633e8ed8f0.zip | |
feat(wrapped): change wording
Diffstat (limited to 'src/lib/Tools')
| -rw-r--r-- | src/lib/Tools/Wrapped.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Tools/Wrapped.svelte b/src/lib/Tools/Wrapped.svelte index 6fbddd77..dfb6ab42 100644 --- a/src/lib/Tools/Wrapped.svelte +++ b/src/lib/Tools/Wrapped.svelte @@ -431,7 +431,7 @@ <p> <button on:click={() => (width -= 25)}>-25px</button> - <button on:click={updateWidth}>Auto-calculate width</button> + <button on:click={updateWidth}>Fix width</button> <button on:click={() => (width += 25)}>+25px</button> </p> |