📚 update "Currently Reading"
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
1e885a2932
commit
deb614d0c7
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ function getEmojiStars(rating:any) {
|
|||
<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">2023 - Currently Reading:</h2>
|
||||
<p>📖 The Summit Of The Gods: Vol.1</p>
|
||||
<p>📖 Multiverses: An Anthology of Alternate Realities</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…
Add table
Reference in a new issue