diff options
Diffstat (limited to 'src/lib/Settings/Verbiage.svelte')
| -rw-r--r-- | src/lib/Settings/Verbiage.svelte | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/src/lib/Settings/Verbiage.svelte b/src/lib/Settings/Verbiage.svelte index c355a692..76193c3b 100644 --- a/src/lib/Settings/Verbiage.svelte +++ b/src/lib/Settings/Verbiage.svelte @@ -1,34 +1,34 @@ <script> - import root from '$lib/Utility/root'; + import root from '$lib/Utility/root'; </script> <details open={false}> - <summary>Verbiage</summary> + <summary>Verbiage</summary> - <ul> - <li> - <a href={root('/')}>Home</a>, Upcoming Episodes: Anime which you have seen all episodes of - thus far, and have a scheduled next episode(s) release date - </li> - <li> - <a href={root('/')}>Home</a>, Not Yet Released: Anime which have not yet aired their first - episode, and have a scheduled next episode(s) release date - </li> - <li> - <a href={root('/')}>Home</a>, Anime: Anime which you have not seen all episodes of thus far, - and have a scheduled next episode release date - </li> - <li> - <a href={root('/')}>Home</a>, Manga: Manga which you have not read all chapters of thus far, - and have an available next chapter(s) - </li> - <li> - <a href={root('/completed')}>Completed</a>, Anime: Anime which you have not seen all episodes - of thus far, and have concluded airing - </li> - <li> - <a href={root('/completed')}>Completed</a>, Manga: Manga which you have not read all chapters - of thus far, and have concluded publishing - </li> - </ul> + <ul> + <li> + <a href={root('/')}>Home</a>, Upcoming Episodes: Anime which you have seen all episodes of + thus far, and have a scheduled next episode(s) release date + </li> + <li> + <a href={root('/')}>Home</a>, Not Yet Released: Anime which have not yet aired their first + episode, and have a scheduled next episode(s) release date + </li> + <li> + <a href={root('/')}>Home</a>, Anime: Anime which you have not seen all episodes of thus far, + and have a scheduled next episode release date + </li> + <li> + <a href={root('/')}>Home</a>, Manga: Manga which you have not read all chapters of thus far, + and have an available next chapter(s) + </li> + <li> + <a href={root('/completed')}>Completed</a>, Anime: Anime which you have not seen all episodes + of thus far, and have concluded airing + </li> + <li> + <a href={root('/completed')}>Completed</a>, Manga: Manga which you have not read all chapters + of thus far, and have concluded publishing + </li> + </ul> </details> |