We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bb2fd7 + 6a0c3b6 commit 2b4ee04Copy full SHA for 2b4ee04
1 file changed
src/get-started.njk
@@ -55,7 +55,7 @@ what:
55
</div>
56
<div class="md:mt-3 gap-4 hidden md:flex md:flex-row md:inline md:items-start md:justify-start md:m-0">
57
{% macro freeDemoButton(desktop=true) %}
58
- <a class="ff-btn ff-btn--primary text-base flex inline uppercase {% if desktop %}min-h-[40px]{% else %}w-full m-auto mt-12{% endif %}"
+ <a class="ff-btn ff-btn--highlight text-base flex inline uppercase {% if desktop %}min-h-[40px]{% else %}w-full m-auto mt-12{% endif %}"
59
href="{{ hero.buttonLink }}"
60
onclick="capture('cta-demo', {'reference': '{{ hero.buttonReference }}'})">
61
{{ hero.buttonText }}
0 commit comments