diff options
Diffstat (limited to 'src/lib/Error/RateLimited.svelte')
| -rw-r--r-- | src/lib/Error/RateLimited.svelte | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Error/RateLimited.svelte b/src/lib/Error/RateLimited.svelte index 973d75d9..4e395c70 100644 --- a/src/lib/Error/RateLimited.svelte +++ b/src/lib/Error/RateLimited.svelte @@ -27,7 +27,7 @@ <slot /> {#if contact} - <p /> + <p></p> If the problem persists, please contact <a href="https://anilist.co/user/fuwn" target="_blank">@fuwn</a> on AniList. @@ -51,7 +51,7 @@ <slot /> {#if contact} - <p /> + <p></p> If the problem persists, please contact <a href="https://anilist.co/user/fuwn" target="_blank">@fuwn</a> on AniList. |