diff options
| author | Fuwn <[email protected]> | 2025-06-23 01:14:22 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-23 01:14:22 -0700 |
| commit | cbf1283830b76a634ef3ffbe5cc0d3ba4d8d712a (patch) | |
| tree | d0f4711b42f68d4ffe134ad9468e5fed9f5094b1 /src/lib/Error/RateLimited.svelte | |
| parent | feat(settings): Custom CSS (diff) | |
| download | due.moe-cbf1283830b76a634ef3ffbe5cc0d3ba4d8d712a.tar.xz due.moe-cbf1283830b76a634ef3ffbe5cc0d3ba4d8d712a.zip | |
style(src): Remove self-closing p and div tags
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. |