diff options
| author | real-zephex <[email protected]> | 2024-05-08 10:13:36 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-08 10:13:36 +0530 |
| commit | 5dcca245b34037eb15505ffd1d1b23213bedad9c (patch) | |
| tree | feb9a8d943a7c91076d5ff691fba653dc5b4d36c /src/app/anime/history/continueWatching/page.jsx | |
| parent | Delete .github/workflows/eslint.yml (diff) | |
| parent | minor css fixes and added a new source for movies (diff) | |
| download | dramalama-5dcca245b34037eb15505ffd1d1b23213bedad9c.tar.xz dramalama-5dcca245b34037eb15505ffd1d1b23213bedad9c.zip | |
Merge pull request #22 from zephex-alt/master
New movie source - autoembed.cc
Diffstat (limited to 'src/app/anime/history/continueWatching/page.jsx')
| -rw-r--r-- | src/app/anime/history/continueWatching/page.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/anime/history/continueWatching/page.jsx b/src/app/anime/history/continueWatching/page.jsx index 4b18adf..ecb73fc 100644 --- a/src/app/anime/history/continueWatching/page.jsx +++ b/src/app/anime/history/continueWatching/page.jsx @@ -48,8 +48,8 @@ const ContinueWatching = () => { </div>
<Image
src={item.image}
- width={140}
- height={210}
+ width={167}
+ height={267}
alt="Continue anime poster"
priority
/>
|