🎬 update currently watching
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
		
							parent
							
								
									f8ae2a19d3
								
							
						
					
					
						commit
						b0de3a3374
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -36,7 +36,7 @@ const today = new Date();
 | 
			
		|||
		<h1 class="text-3xl font-extrabold">📺 La télévision</h1>
 | 
			
		||||
		<h2 class="text-xl font-semibold">{today.getFullYear()} - Currently Watching:</h2>
 | 
			
		||||
        <p>👀 ONE PIECE Egghead Arc</p>
 | 
			
		||||
        <p>👀 Star Wars: The Clone Wars S03</p>
 | 
			
		||||
        <p>👀 Star Wars: The Clone Wars S04</p>
 | 
			
		||||
        {sortedYears.map(year => (
 | 
			
		||||
            <section>
 | 
			
		||||
                <div class="flex items-center gap-2 text-xl font-semibold mb-2">{year} - Finished <p class="text-xs">({tvByYear[year].length} entries)</p></div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue