💬 update Currently Reading

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-03-18 21:55:52 +01:00
parent 3e7cb5891f
commit 5c7a8b4b84
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -35,7 +35,7 @@ const today = new Date();
<main class="flex flex-col gap-4 mt-4">
<h1 class="text-3xl font-extrabold">📚 ¿Dónde está la biblioteca?</h1>
<h2 class="text-xl font-semibold">{today.getFullYear()} - Currently Reading:</h2>
<p>📖 Invisible Women: Exposing Data Bias in a World Designed for Men</p>
<p>📖 Neon Genesis Evangelion: Vol.1-3</p>
{sortedYears.map(year => (
<section>
<div class="flex items-center gap-2 text-xl font-semibold mb-2">{year} - Finished <p class="text-xs">({booksByYear[year].length} entries)</p></div>