Compare commits

...

2 commits

Author SHA1 Message Date
4ffbd0fe5d Merge pull request '"View Availability" is now "Get It"' (#285) from rename-view-availability into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 43s
Tests / test (push) Successful in 27s
Build and Deploy Staging / deploy (push) Successful in 7s
Reviewed-on: #285
2025-11-13 10:00:20 +00:00
db590e0115
view availability is now get it
All checks were successful
Tests / test (push) Successful in 26s
which is a much better call to action
2025-11-13 10:59:32 +01:00

View file

@ -26,6 +26,6 @@
{% else %} {% else %}
<span></span> <span></span>
{% endif %} {% endif %}
<a href="{{ service.slug }}/" class="btn btn-light-primary">{% translate "View Availability" %}</a> <a href="{{ service.slug }}/" class="btn btn-light-primary">{% translate "Get It" %}</a>
</div> </div>
</div> </div>