aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-27 05:11:25 -0800
committerFuwn <[email protected]>2023-12-27 05:11:25 -0800
commite306dcdfd1538a1c877f4d797c433b6d1a09bfd1 (patch)
treeb4acdd3f65007cc363d1b3ae151f10086923c489 /src
parentfix(match): swap times if needed (diff)
downloaddue.moe-e306dcdfd1538a1c877f4d797c433b6d1a09bfd1.tar.xz
due.moe-e306dcdfd1538a1c877f4d797c433b6d1a09bfd1.zip
fix(tools): suggest direct
Diffstat (limited to 'src')
-rw-r--r--src/routes/tools/+page.svelte3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/routes/tools/+page.svelte b/src/routes/tools/+page.svelte
index b55b7e7d..356261e2 100644
--- a/src/routes/tools/+page.svelte
+++ b/src/routes/tools/+page.svelte
@@ -51,8 +51,9 @@
<blockquote>
Did you mean "<a
- href={`?tool=${suggestion}`}
+ href={`#`}
style={suggestion === '...' ? 'pointer-events: none; color: inherit;' : ''}
+ on:click={() => (tool = suggestion)}
>
{suggestion === '...' ? '...' : tools[suggestion]}</a
>"?