Skip to content

Commit

Permalink
fix(docs): use current tab component property (#1447)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed May 27, 2019
1 parent f738f9d commit 122585a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/documentation/page/page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<nb-card-header>
<h1 class="page-header h4">
{{ currentItem?.name }}
<span class="visually-hidden">{{ tabbedBlock?.currentTab?.tab }}</span>
<span class="visually-hidden">{{ currentTabName }}</span>
</h1>
</nb-card-header>
<nb-card-body>
Expand Down

0 comments on commit 122585a

Please sign in to comment.