💬 update Currently Reading
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
3e7cb5891f
commit
5c7a8b4b84
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue