fix: hide whatsapp icon in mobile navigation as well
This commit is contained in:
@@ -59,15 +59,17 @@
|
|||||||
Anrufen
|
Anrufen
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://api.whatsapp.com/send?phone={settings.whatsAppNumberLink}"
|
<f:if condition="{settings.whatsApp}">
|
||||||
class="button bg-button flex items-center space-x-2"
|
<a href="https://api.whatsapp.com/send?phone={settings.whatsAppNumberLink}"
|
||||||
rel="nofollow"
|
class="button bg-button flex items-center space-x-2"
|
||||||
target="_blank">
|
rel="nofollow"
|
||||||
{ep:icon(icon: 'whatsapp', class: 'w-6 h-6 text-white')}
|
target="_blank">
|
||||||
<span class="hidden sm:block">
|
{ep:icon(icon: 'whatsapp', class: 'w-6 h-6 text-white')}
|
||||||
Whatsapp
|
<span class="hidden sm:block">
|
||||||
</span>
|
Whatsapp
|
||||||
</a>
|
</span>
|
||||||
|
</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