Skip to content

Commit

Permalink
fix(tabs): Update tab content text (#2461)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored and GitHub Enterprise committed Mar 29, 2017
1 parent 4b8d64c commit 70dcbeb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/tabs/tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
<!-- The markup below is for demonstration purposes only -->
<div style="padding: 1rem;">
<div id="tab-panel-1" class="tab-1" role="tabpanel" aria-labelledby="tab-link-1" aria-hidden="false">
<h2>Tab #1</h2>
<p>Tab Content #1</p>
</div>
<div id="tab-panel-2" class="tab-2" role="tabpanel" aria-labelledby="tab-link-2" aria-hidden="true" hidden>
<h2>Tab #2</h2>
<p>Tab Content #2</p>
</div>
<div id="tab-panel-3" class="tab-3" role="tabpanel" aria-labelledby="tab-link-3" aria-hidden="true" hidden>
<h2>Tab #3</h2>
<p>Tab Content #3</p>
</div>
<div id="tab-panel-4" class="tab-4" role="tabpanel" aria-labelledby="tab-link-4" aria-hidden="true" hidden>
<h2>Tab #4</h2>
<p>Tab Content #4</p>
</div>
<div id="tab-panel-5" class="tab-5" role="tabpanel" aria-labelledby="tab-link-5" aria-hidden="true" hidden>
<h2>Tab #5</h2>
<p>Tab Content #5</p>
</div>
</div>

0 comments on commit 70dcbeb

Please sign in to comment.