diff options
| author | zephex0 <[email protected]> | 2024-04-19 02:39:43 +0000 |
|---|---|---|
| committer | zephex0 <[email protected]> | 2024-04-19 02:39:43 +0000 |
| commit | 38114280277b1720b0114b882d337d10231b5baf (patch) | |
| tree | 2e9c3e315b4be79f6eb66462b15a2e8de3194380 /src/app/manga/history | |
| parent | feature added: tracker for mangas (diff) | |
| download | dramalama-38114280277b1720b0114b882d337d10231b5baf.tar.xz dramalama-38114280277b1720b0114b882d337d10231b5baf.zip | |
test changes
Diffstat (limited to 'src/app/manga/history')
| -rw-r--r-- | src/app/manga/history/continueWatching/page.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/manga/history/continueWatching/page.jsx b/src/app/manga/history/continueWatching/page.jsx index 0d0a02e..8c5f651 100644 --- a/src/app/manga/history/continueWatching/page.jsx +++ b/src/app/manga/history/continueWatching/page.jsx @@ -25,7 +25,7 @@ const ContinueWatching = () => { return ( <main className={styles.main}> - <p className={styles.mainText}>Continue Watching</p> + <p className={styles.mainText}>Continue Reading</p> {localItems && ( <div className={styles.animeContainer}> {localItems.watchHis && |