Skip to content

Commit

Permalink
chore: leave the toggle item name as it is
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jan 21, 2023
1 parent cdfa44f commit 4bcdf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/toggle.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
role="tab"
aria-controls="toggle-{{ $name }}-{{ $itemName }}-tab-pane"
aria-selected="{{ cond (eq $count 0) `true` `false` }}">
{{ $itemName | upper }}
{{ $itemName }}
</button>
</li>
{{- $count = add $count 1 }}
Expand Down

0 comments on commit 4bcdf1f

Please sign in to comment.