style: Update call-to-action button text for improved clarity
This commit is contained in:
@@ -724,7 +724,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<div class="cta-row">
|
<div class="cta-row">
|
||||||
{% if 'username' in session %}
|
{% if 'username' in session %}
|
||||||
<a class="btn btn-primary" href="{{ url_for('preise') }}">In 5 Minuten startklar</a>
|
<a class="btn btn-primary" href="{{ url_for('preise') }}">Jetzt kostenlos testen</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<a class="btn btn-primary" href="{{ url_for('login') }}">Jetzt kostenlos testen</a>
|
<a class="btn btn-primary" href="{{ url_for('login') }}">Jetzt kostenlos testen</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user