fix info-banner
This commit is contained in:
parent
1c8e47d810
commit
646c5ab65f
4 changed files with 39 additions and 49 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue