💬 update Currently Reading

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-02-04 13:04:16 +01:00
parent 3256113f77
commit 264c481e02
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -27,7 +27,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>📖 Multiverses: An Anthology of Alternate Realities</p>
<p>📖 Permanent Record</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>