Skip to content

Commit 2b4ee04

Browse files
authored
Merge pull request #4415 from FlowFuse/experiment/update-cta-button-bg-color
Experiment landing: Change button style
2 parents 8bb2fd7 + 6a0c3b6 commit 2b4ee04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/get-started.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ what:
5555
</div>
5656
<div class="md:mt-3 gap-4 hidden md:flex md:flex-row md:inline md:items-start md:justify-start md:m-0">
5757
{% 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 %}"
58+
<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 %}"
5959
href="{{ hero.buttonLink }}"
6060
onclick="capture('cta-demo', {'reference': '{{ hero.buttonReference }}'})">
6161
{{ hero.buttonText }}

0 commit comments

Comments
 (0)