aboutsummaryrefslogtreecommitdiff
path: root/src/app/web-series/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/web-series/components')
-rw-r--r--src/app/web-series/components/HomePageModules.jsx4
-rw-r--r--src/app/web-series/components/searchBar.jsx2
2 files changed, 3 insertions, 3 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
/>
diff --git a/src/app/web-series/components/searchBar.jsx b/src/app/web-series/components/searchBar.jsx
index 81dd25f..42531bc 100644
--- a/src/app/web-series/components/searchBar.jsx
+++ b/src/app/web-series/components/searchBar.jsx
@@ -23,7 +23,7 @@ const SearchBar = () => {
<FaSearch
color="white"
className={styles.SearchIcon}
- size={17}
+ size={22}
/>
<input
placeholder="Enter series title here"