🎬 update currently watching

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-02-20 23:26:09 +01:00
parent 116ccb0676
commit d5afcd8502
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -37,7 +37,7 @@ const today = new Date();
<h2 class="text-xl font-semibold">{today.getFullYear()} - Currently Watching:</h2> <h2 class="text-xl font-semibold">{today.getFullYear()} - Currently Watching:</h2>
<p>👀 ONE PIECE Egghead Arc</p> <p>👀 ONE PIECE Egghead Arc</p>
<p>👀 Star Wars: The Clone Wars S02</p> <p>👀 Star Wars: The Clone Wars S02</p>
<p>👀 Better Call Saul S05</p> <p>👀 Better Call Saul S06</p>
{sortedYears.map(year => ( {sortedYears.map(year => (
<section> <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> <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>