DTL Panel : fix title

This commit is contained in:
isUnknown 2025-01-27 18:33:56 +01:00
parent a963f8aff6
commit d811c0f2e2

View file

@ -13,7 +13,7 @@
> >
<h2 id="dtl-label" class="font-serif text-md"> <h2 id="dtl-label" class="font-serif text-md">
{{ {{
proposals.length > 1 || isDialogOpen proposals.length === 1 && isDialogOpen
? activeProposal.title ? activeProposal.title
? activeProposal.title ? activeProposal.title
: "Design to light" : "Design to light"
@ -48,6 +48,7 @@
</nav> </nav>
<section class="overflow-y" tabindex="-1"> <section class="overflow-y" tabindex="-1">
<div <div
v-if="!isDialogOpen"
id="proposition" id="proposition"
class="flex | bg-white-05 text-grey-200 px-32 py-16" class="flex | bg-white-05 text-grey-200 px-32 py-16"
style="--column-gap: 1rem" style="--column-gap: 1rem"