fix(Public): ghost phone field
This commit is contained in:
parent
da695ca0e2
commit
9872e46847
1 changed files with 2 additions and 2 deletions
|
@ -267,7 +267,7 @@
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
#}
|
#}
|
||||||
{% if data.contacts.peoples|length == 0 and data.contacts.phone|length > 0 %}
|
{# {% if data.contacts.peoples|length == 0 and data.contacts.phone|length > 0 %}
|
||||||
<div class="contact-item phone">
|
<div class="contact-item phone">
|
||||||
<div class="contact-icon">
|
<div class="contact-icon">
|
||||||
<svg aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
<svg aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
||||||
|
@ -278,7 +278,7 @@
|
||||||
<a href="telto:{{ data.contacts.phoneInt }}">{{ data.contacts.phoneSplit }}</a>
|
<a href="telto:{{ data.contacts.phoneInt }}">{{ data.contacts.phoneSplit }}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %} #}
|
||||||
{% if data.contacts.address|length > 0 %}
|
{% if data.contacts.address|length > 0 %}
|
||||||
<div class="contact-item address">
|
<div class="contact-item address">
|
||||||
<div class="contact-icon">
|
<div class="contact-icon">
|
||||||
|
|
Loading…
Reference in a new issue