diff options
| author | Factiven <[email protected]> | 2023-09-25 00:44:40 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-25 00:44:40 +0700 |
| commit | 1a85c2571690ba592ac5183d5eadaf9846fe532b (patch) | |
| tree | 3f3552c00cd49c0eeab5275275cf5cf5666e5027 /components/manga | |
| parent | Delete .github/workflows/deploy.yml (diff) | |
| download | moopa-4.1.0.tar.xz moopa-4.1.0.zip | |
Update v4.1.0 (#79)v4.1.0
* Update v4.1.0
* Update pages/_app.js
Diffstat (limited to 'components/manga')
| -rw-r--r-- | components/manga/info/topSection.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/manga/info/topSection.js b/components/manga/info/topSection.js index 40b5a37..45d5f11 100644 --- a/components/manga/info/topSection.js +++ b/components/manga/info/topSection.js @@ -28,6 +28,7 @@ export default function TopSection({ info, firstEp, setCookie }) { src={info.coverImage} width={500} height={500} + priority alt="cover image" className="hidden md:block object-cover h-[10rem] xs:h-[14rem] lg:h-[22rem] rounded-sm shadow-lg shadow-[#1b1b1f] bg-[#34343b]/20" /> |