Skip to content

Commit

Permalink
Remove variants for /pricing positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
“yndira-flowforge” committed Jul 8, 2023
1 parent 62eb0e3 commit fe805e9
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions src/_includes/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -112,30 +112,10 @@

<!-- Nav -->
<ul id="nav-content" class="">
{% edge "liquid" %}
{% abtesting "ab-pricing-nested", "control" %}
<li class="flex items-center gap-2">
<a class="flex items-center gap-2" href="/pricing">
pricing
</a>
</li>
{% endabtesting %}
{% endedge %}
{% navoption "pricing", "/pricing", 0 %}{% endnavoption %}
{% navoption "product", null, 0 %}
<ul>
{% navoption "features", "/features", 1, "star" %}{% endnavoption %}
{% edge "liquid" %}
{% abtesting "ab-pricing-nested", "nested" %}
<li class="flex items-center gap-2">
<a class="flex items-center gap-2" href="/pricing">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-5 h-5">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 6v12m-3-2.818l.879.659c1.171.879 3.07.879 4.242 0 1.172-.879 1.172-2.303 0-3.182C13.536 12.219 12.768 12 12 12c-.725 0-1.45-.22-2.003-.659-1.106-.879-1.106-2.303 0-3.182s2.9-.879 4.006 0l.415.33M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
pricing
</a>
</li>
{% endabtesting %}
{% endedge %}
{% navoption "roadmap", "/product/roadmap", 1, "map" %}{% endnavoption %}
{% navoption "customer stories", "/customer-stories", 1, "presentation" %}{% endnavoption %}
</ul>
Expand Down

0 comments on commit fe805e9

Please sign in to comment.