Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertJGabriel committed Jan 2, 2025
1 parent 42a9d4b commit 42d5170
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
6 changes: 3 additions & 3 deletions src/_includes/common/questions.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

<div class="my-8">
<a
href="/features"
href="/questions/"
class="btn btn-secondary btn-lg"
aria-label="Learn more about Helperbird features"
title="Learn more about Helperbird features"
aria-label="See all Questions about Helperbird"
title="See all Questions about Helperbird"
>
See All Questions
</a>
Expand Down
23 changes: 10 additions & 13 deletions src/pages/features/index.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -286,19 +286,16 @@ url: features/
{{ post.data.featureDescription }}
</p>
<div class="mt-4 mb-4 flex items-center gap-x-4">

{% if post.data.free == true %}
<div
class="badge badge-info">
Free Feature
</div>
{% endif %}
{% if post.data.free == false %}
<div
class="badge badge-error">
Pro Feature
</div>
{% endif %}
{% if post.data.free == true %}
<div class="badge badge-info">
Free Feature
</div>
{% endif %}
{% if post.data.free == false %}
<div class="badge badge-error">
Pro Feature
</div>
{% endif %}
</div>
</div>
</a>
Expand Down

0 comments on commit 42d5170

Please sign in to comment.