From 2a0622c0235925e8bd2b18532657e16ad08a91b2 Mon Sep 17 00:00:00 2001
From: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
Date: Sun, 19 May 2024 16:29:34 +0200
Subject: [PATCH] :clapper: update currently watching

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
---
 src/pages/logs/watched.astro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/logs/watched.astro b/src/pages/logs/watched.astro
index 33990d4..37324b6 100644
--- a/src/pages/logs/watched.astro
+++ b/src/pages/logs/watched.astro
@@ -36,7 +36,7 @@ const today = new Date();
 		<h1 class="text-3xl font-extrabold">📺 La télévision</h1>
 		<h2 class="text-xl font-semibold">{today.getFullYear()} - Currently Watching:</h2>
         <p>👀 ONE PIECE Egghead Arc</p>
-        <p>👀 Star Wars: The Clone Wars S04</p>
+        <p>👀 Star Wars: The Clone Wars S05</p>
         {sortedYears.map(year => (
             <section>
                 <div class="flex items-center gap-2 text-xl font-semibold mb-2">{year} - Finished <p class="text-xs">({tvByYear[year].length} entries)</p></div>