📚 update "Currently Reading"

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2023-12-29 17:07:30 +01:00
parent 1e885a2932
commit deb614d0c7
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -25,7 +25,7 @@ function getEmojiStars(rating:any) {
<main class="flex flex-col gap-4 mt-4"> <main class="flex flex-col gap-4 mt-4">
<h1 class="text-3xl font-extrabold">📚 ¿Dónde está la biblioteca?</h1> <h1 class="text-3xl font-extrabold">📚 ¿Dónde está la biblioteca?</h1>
<h2 class="text-xl font-semibold">2023 - Currently Reading:</h2> <h2 class="text-xl font-semibold">2023 - Currently Reading:</h2>
<p>📖 The Summit Of The Gods: Vol.1</p> <p>📖 Multiverses: An Anthology of Alternate Realities</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">({booksByYear[year].length} entries)</p></div> <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>