Skip to content

Commit 2e9e6dc

Browse files
committed
💄 switched collections & actors in the navbar
1 parent 342c850 commit 2e9e6dc

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

data/notifs.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
[
2+
{
3+
"id": 21,
4+
"type": "update",
5+
"title": "Mise à jour",
6+
"message": "La page série est maintenant mis à jour pour se mettre a jour automatiquement après avoir regardé un épisode, vous n'avez plus besoin de la rafraîchir manuellement pour voir les changements de statut de vos épisodes.",
7+
"time": "8 Février 2026"
8+
},
29
{
310
"id": 20,
411
"type": "series",

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
id="nav-films">Films</button>
5959
<button onclick="router('series')" class="hover:text-white transition-colors"
6060
id="nav-series">Séries</button>
61-
<button onclick="router('collections')" class="hover:text-white transition-colors"
62-
id="nav-collections">Collections</button>
6361
<button onclick="router('actors')" class="hover:text-white transition-colors"
6462
id="nav-actors">Acteurs</button>
63+
<button onclick="router('collections')" class="hover:text-white transition-colors"
64+
id="nav-collections">Collections</button>
6565
</div>
6666
</div>
6767

@@ -157,10 +157,10 @@ <h4 class="font-bold text-sm text-gray-200">Paramètres</h4>
157157
class="text-2xl font-bold text-gray-300 hover:text-white hover:pl-4 transition-all">Films</button>
158158
<button onclick="router('series')"
159159
class="text-2xl font-bold text-gray-300 hover:text-white hover:pl-4 transition-all">Séries</button>
160-
<button onclick="router('collections')"
161-
class="text-2xl font-bold text-gray-300 hover:text-white hover:pl-4 transition-all">Collections</button>
162160
<button onclick="router('actors')"
163161
class="text-2xl font-bold text-gray-300 hover:text-white hover:pl-4 transition-all">Acteurs</button>
162+
<button onclick="router('collections')"
163+
class="text-2xl font-bold text-gray-300 hover:text-white hover:pl-4 transition-all">Collections</button>
164164
</div>
165165
</nav>
166166

0 commit comments

Comments
 (0)