Update text

This commit is contained in:
Luke 2022-05-03 12:00:29 +02:00
parent 84c2b33e09
commit 30327d34c0

View file

@ -72,7 +72,7 @@ layout: page
<div class="feature-two-container" id="open-postions">
<div class="feature-two-container-top">
<h2 class="feature-two-container-top-title">
Open Postions
Open Positions
</h2>
</div>
<div class="space-y-4 mx-auto" style="max-width: 900px;">
@ -89,7 +89,7 @@ layout: page
{% endfor %}
{%- else -%}
<div class="bg-gray-200 p-7">
<span class="text-md text-center block">Applications are currently. Sign up to receive updates about new postions opportunities via email.</span>
<span class="text-md text-center block">We currently have no specific open positions. If you absolutely love our vision, contact us anyway at <a class="link-primary" href="mailto:{{ site.email }}">{{ site.email }}</a>
</div>
{% endif %}
</div>