🎬 update currently watching

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-01-28 23:15:24 +01:00
parent 6164f2f636
commit c97fce5720
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -30,6 +30,7 @@ const today = new Date();
<p>👀 ONE PIECE Egghead Arc</p>
<p>👀 Star Wars: The Clone Wars S02</p>
<p>👀 Banana Fish</p>
<p>👀 Better Call Saul S03</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>
@ -47,4 +48,4 @@ const today = new Date();
</section>
))}
</main>
</SectionContainer>
</SectionContainer>