Skip to content

Commit

Permalink
fix: contribution tag not highlighting as part of issue #10061 (#10062)
Browse files Browse the repository at this point in the history
fix contribution tag not highlighting
  • Loading branch information
himanshisrestha authored Apr 2, 2024
1 parent 0986951 commit 3fd174f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/web/pages/product/product_page.tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,8 @@ <h2 id="product_other_information" class="text-medium">[% lang('product_other_in
</section>
[% END %]

<a id="contribution"></a>
[% IF contribution_card_panel %]
<section class="row">
<section class="row" id="contribution">
<div class="large-12 column">
<div class="card">
<div class="card-section">
Expand All @@ -274,6 +273,8 @@ <h2 id="product_other_information" class="text-medium">[% lang('product_other_in
</div>
</div>
</section>
[% ELSE %]
<a id="contribution"></a>
[% END %]

<section class="row" >
Expand Down

0 comments on commit 3fd174f

Please sign in to comment.