diff options
| author | real-zephex <[email protected]> | 2024-05-24 22:51:36 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-24 22:51:36 +0530 |
| commit | 180c9577f8337991ca71470816333fe8430cd3ca (patch) | |
| tree | 82caa5a920443bcf0db3746c7ecacd968d4fc148 /src/app/web-series/components/HomePageModules.jsx | |
| parent | style: minor improvements to the anime cards (diff) | |
| download | dramalama-180c9577f8337991ca71470816333fe8430cd3ca.tar.xz dramalama-180c9577f8337991ca71470816333fe8430cd3ca.zip | |
✨ feat(ui): 🎨 migrate from vanilla css to tailwind css, adopted next ui and restructured
Diffstat (limited to 'src/app/web-series/components/HomePageModules.jsx')
| -rw-r--r-- | src/app/web-series/components/HomePageModules.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/web-series/components/HomePageModules.jsx b/src/app/web-series/components/HomePageModules.jsx index 90af2f8..91d90bf 100644 --- a/src/app/web-series/components/HomePageModules.jsx +++ b/src/app/web-series/components/HomePageModules.jsx @@ -39,8 +39,8 @@ const Pages = async ({ type: type }) => { <section className={styles.SeriesEntry}> <Image src={`https://sup-proxy.zephex0-f6c.workers.dev/api-content?url=https://image.tmdb.org/t/p/original${item.poster_path}`} - width={167} - height={267} + width={180} + height={300} alt="Series Poster" priority /> |