diff options
| author | Fuwn <[email protected]> | 2023-12-25 00:06:56 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-25 00:07:02 -0800 |
| commit | 984e209b29d2cf825ffe22f82d67216224791800 (patch) | |
| tree | d8229a2ad8e61cb0e66d87f9f48f76657160daaa /src/routes/+error.svelte | |
| parent | refactor(error): move rate-limited to module (diff) | |
| download | due.moe-984e209b29d2cf825ffe22f82d67216224791800.tar.xz due.moe-984e209b29d2cf825ffe22f82d67216224791800.zip | |
feat(tools): suggest path for error
Diffstat (limited to 'src/routes/+error.svelte')
| -rw-r--r-- | src/routes/+error.svelte | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte index 584d4ec0..30723970 100644 --- a/src/routes/+error.svelte +++ b/src/routes/+error.svelte @@ -10,8 +10,7 @@ 'tools', 'updates', 'user', - 'wrapped', - '...' + 'wrapped' ]); </script> |