aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/history/continueWatching
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/anime/history/continueWatching')
-rw-r--r--src/app/anime/history/continueWatching/cw.module.css2
-rw-r--r--src/app/anime/history/continueWatching/page.jsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/app/anime/history/continueWatching/cw.module.css b/src/app/anime/history/continueWatching/cw.module.css
index e473513..ce70c30 100644
--- a/src/app/anime/history/continueWatching/cw.module.css
+++ b/src/app/anime/history/continueWatching/cw.module.css
@@ -58,4 +58,4 @@
.animeEntry img {
width: 35%;
}
-} \ No newline at end of file
+}
diff --git a/src/app/anime/history/continueWatching/page.jsx b/src/app/anime/history/continueWatching/page.jsx
index d9bc6d1..4b18adf 100644
--- a/src/app/anime/history/continueWatching/page.jsx
+++ b/src/app/anime/history/continueWatching/page.jsx
@@ -43,7 +43,7 @@ const ContinueWatching = () => {
</p>
<p className={styles.date}>
Last watched on: {item.date} at{" "}
- {item.time}
+ {item.time} hours
</p>
</div>
<Image