Disable corona info button on product detail page

This commit is contained in:
Björn Fromme
2022-03-08 14:26:01 +01:00
parent f632bcdd31
commit ffd7c7a76f
@@ -329,7 +329,8 @@
</f:section>
<f:section name="SidebarButtons">
<div class="grid grid-cols-2 md:grid-cols-5 gap-px mb-4">
<div class="grid grid-cols-2 gap-px mb-4">
<f:comment><!--
<a href="{f:uri.typolink(parameter: settings.coronaUpdatesPageUid)}"
class="block px-4 py-2 bg-red-500 text-white flex items-center space-x-2 col-span-2 md:col-span-3"
title="Corona Updates">
@@ -338,9 +339,10 @@
</svg>
<span>Corona Updates</span>
</a>
--></f:comment>
<f:if condition="{product.faqs}">
<button type="button"
class="bg-ep-primary-dark text-white py-2 col-span-1"
class="bg-ep-primary-dark text-white py-2"
data-controller="scroll-to"
data-scroll-to-target-value="faq"
data-action="scroll-to#scroll"
@@ -352,7 +354,7 @@
</button>
</f:if>
<button type="button"
class="bg-ep-primary-dark text-white py-2 col-span-1"
class="bg-ep-primary-dark text-white py-2"
data-controller="watchlist-toggle"
data-watchlist-toggle-key-value="{hotel.uid}:{product.uid}"
data-watchlist-toggle-target="ariaLabel"