Skip to content

Commit

Permalink
remove extra var bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-lawton committed Dec 13, 2023
1 parent ea8e40a commit b97a20d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h2 class="tw-mb-14">{{ title }}</h2>
<h3 class="tw-h2-heading">{{ tier.price }}</h3>
<p class="tw-mt-0">{{ tier.group }}</p>
<div class="[&>*]:tw-text-sm">
{{ tier.description|richtext }}}
{{ tier.description|richtext }}
</div>
<a class="tw-btn-primary mt-auto" href="{{ tier.link_url }}">{{ tier.link_text }}</a>
</div>
Expand Down

0 comments on commit b97a20d

Please sign in to comment.