diff options
| author | Fuwn <[email protected]> | 2023-09-25 21:44:59 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-25 21:44:59 -0700 |
| commit | 630da963b7b592853332b541b09ed6aefdec43d3 (patch) | |
| tree | f96fb51bda4514e85c13880b625000d8759223cc /src/lib/Error.svelte | |
| parent | refactor(upcoming): title component (diff) | |
| download | due.moe-630da963b7b592853332b541b09ed6aefdec43d3.tar.xz due.moe-630da963b7b592853332b541b09ed6aefdec43d3.zip | |
feat(list): error component
Diffstat (limited to 'src/lib/Error.svelte')
| -rw-r--r-- | src/lib/Error.svelte | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/lib/Error.svelte b/src/lib/Error.svelte new file mode 100644 index 00000000..affbb429 --- /dev/null +++ b/src/lib/Error.svelte @@ -0,0 +1,14 @@ +<ul> + <li> + <p> + Media could not be loaded. You might have been <a + href="https://en.wikipedia.org/wiki/Rate_limiting" + target="_blank">rate limited</a + >. + </p> + <p> + Try again in a few minutes. If the problem persists, please contact + <a href="https://anilist.co/user/fuwn" target="_blank">@fuwn</a> on AniList. + </p> + </li> +</ul> |