🎬 update "Currently Watching"
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
34ce004ec2
commit
b035d3773b
1 changed files with 2 additions and 2 deletions
|
@ -25,9 +25,9 @@ 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">📺 La télévision</h1>
|
<h1 class="text-3xl font-extrabold">📺 La télévision</h1>
|
||||||
<h2 class="text-xl font-semibold">2023 - Currently Watching:</h2>
|
<h2 class="text-xl font-semibold">2023 - Currently Watching:</h2>
|
||||||
<p>👀 One Piece ~ Final Saga</p>
|
<p>👀 ONE PIECE Egghead Arc</p>
|
||||||
<p>👀 Star Wars: The Clone Wars S02</p>
|
<p>👀 Star Wars: The Clone Wars S02</p>
|
||||||
<p>👀 Dr. Stone S03</p>
|
<p>👀 JUJUTSU KAISEN S02</p>
|
||||||
{sortedYears.map(year => (
|
{sortedYears.map(year => (
|
||||||
<section>
|
<section>
|
||||||
<div class="text-xl font-semibold mb-2">{year} - Finished</div>
|
<div class="text-xl font-semibold mb-2">{year} - Finished</div>
|
||||||
|
|
Loading…
Reference in a new issue