fix: hide whatsapp icon in mobile navigation as well
This commit is contained in:
@@ -59,6 +59,7 @@
|
|||||||
Anrufen
|
Anrufen
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
|
<f:if condition="{settings.whatsApp}">
|
||||||
<a href="https://api.whatsapp.com/send?phone={settings.whatsAppNumberLink}"
|
<a href="https://api.whatsapp.com/send?phone={settings.whatsAppNumberLink}"
|
||||||
class="button bg-button flex items-center space-x-2"
|
class="button bg-button flex items-center space-x-2"
|
||||||
rel="nofollow"
|
rel="nofollow"
|
||||||
@@ -68,6 +69,7 @@
|
|||||||
Whatsapp
|
Whatsapp
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
|
</f:if>
|
||||||
<f:if condition="{settings.faqPageUid}">
|
<f:if condition="{settings.faqPageUid}">
|
||||||
<a href="{f:uri.typolink(parameter: settings.faqPageUid)}"
|
<a href="{f:uri.typolink(parameter: settings.faqPageUid)}"
|
||||||
class="button bg-button flex items-center space-x-2">
|
class="button bg-button flex items-center space-x-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user