diff options
Diffstat (limited to 'components/manga')
| -rw-r--r-- | components/manga/info/topSection.js | 2 | ||||
| -rw-r--r-- | components/manga/rightBar.js | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/components/manga/info/topSection.js b/components/manga/info/topSection.js index 14dc5e5..40b5a37 100644 --- a/components/manga/info/topSection.js +++ b/components/manga/info/topSection.js @@ -66,7 +66,7 @@ export default function TopSection({ info, firstEp, setCookie }) { </div> <div className="w-full flex flex-col justify-start z-40"> <div className="md:h-1/2 py-2 md:py-5 flex flex-col md:gap-2 justify-end"> - <h1 className="text-xl md:text-2xl xl:text-3xl text-white font-semibold font-karla line-clamp-1 text-start"> + <h1 className="title text-xl md:text-2xl xl:text-3xl text-white font-semibold font-karla line-clamp-1 text-start"> {info.title?.romaji || info.title?.english || info.title?.native} </h1> <span className="flex flex-wrap text-xs lg:text-sm md:text-[#747478]"> diff --git a/components/manga/rightBar.js b/components/manga/rightBar.js index 6d37e4a..18c5e55 100644 --- a/components/manga/rightBar.js +++ b/components/manga/rightBar.js @@ -151,6 +151,7 @@ export default function RightBar({ Chapter Progress </label> <input + id="chapter-progress" type="number" placeholder="0" min={0} |