diff options
| author | Fuwn <[email protected]> | 2024-01-04 09:10:41 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-04 09:10:41 -0800 |
| commit | 77f3c4731542df94c32cbc00a549efa4b97f8452 (patch) | |
| tree | 557b2dfabc5e9afdde7d2caa0aace61205ea1a25 /src/lib/Tools/RandomFollower.svelte | |
| parent | refactor(badges): buttons (diff) | |
| download | due.moe-77f3c4731542df94c32cbc00a549efa4b97f8452.tar.xz due.moe-77f3c4731542df94c32cbc00a549efa4b97f8452.zip | |
refactor(tools): buttons
Diffstat (limited to 'src/lib/Tools/RandomFollower.svelte')
| -rw-r--r-- | src/lib/Tools/RandomFollower.svelte | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/Tools/RandomFollower.svelte b/src/lib/Tools/RandomFollower.svelte index e52d4e86..5b9a2319 100644 --- a/src/lib/Tools/RandomFollower.svelte +++ b/src/lib/Tools/RandomFollower.svelte @@ -27,14 +27,14 @@ } }} /> - <a - href={`#`} + <button + class="button-lined" on:click={() => (submit = input) && (randomSeed = Math.random())} title="Or click your Enter key" data-umami-event="Random Follower" > Generate - </a> + </button> </p> {#if submit !== ''} |