Skip to content

Commit

Permalink
test: fixed failing vr tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-hamilton-ons committed Jul 19, 2023
1 parent 5803bb1 commit 2defecb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/tabs/_macro.njk
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
<div>
<ul class="ons-tabs__list">
{%- for tab in params.tabs -%}
<li class="ons-tab__list-item">
<a href="#{{ tab.id if tab.id else tab.title|trim|replace(' ','-')|lower}}" class="ons-tab" data-ga="click" data-ga-category="tabs" data-ga-action="Show: {{ tab.title }}" data-ga-label="Show: {{ tab.title }}">{{ tab.title }}{% if tab.hiddenSpan %}<span class='ons-u-vh'>{{tab.hiddenSpan}}</span>{% endif %}</a>
</li>
<li class="ons-tab__list-item"><a href="#{{ tab.id if tab.id else tab.title|trim|replace(' ','-')|lower}}" class="ons-tab" data-ga="click" data-ga-category="tabs" data-ga-action="Show: {{ tab.title }}" data-ga-label="Show: {{ tab.title }}">{{ tab.title }}{% if tab.hiddenSpan %}<span class='ons-u-vh'>{{tab.hiddenSpan}}</span>{% endif %}</a></li>
{%- endfor -%}
</ul>
</div>
Expand Down

0 comments on commit 2defecb

Please sign in to comment.