💬 update Currently Reading
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
		
							parent
							
								
									3256113f77
								
							
						
					
					
						commit
						264c481e02
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -27,7 +27,7 @@ const today = new Date();
 | 
				
			||||||
    <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">{today.getFullYear()} - Currently Reading:</h2>
 | 
							<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 => (
 | 
					        {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>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue