fix info-banner

This commit is contained in:
isUnknown 2024-09-04 13:43:27 +02:00
parent 1c8e47d810
commit 646c5ab65f
4 changed files with 39 additions and 49 deletions

View file

@ -62,12 +62,6 @@
:class="tab === filterTitle ? 'strong' : ''"
@click="if (tab === filterTitle) { tab = 'Programme' } else { tab = filterTitle; filter = title }"
></button>
<button
x-data="{title: 'Saisons précédentes'}"
x-text="title"
:class="tab === title ? 'strong' : ''"
@click="if (tab === title) { tab = 'Programme' } else { tab = title }"
></button>
</section>
<section class="page-title">
<h1 x-text="tab"></h1>