Skip to content

Commit

Permalink
fix(demo): wrong tabset link on home page (#3312)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbasso authored and Benoit Charbonnier committed Sep 3, 2019
1 parent 9edb5d8 commit 09dfb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/app/default/default.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h3>Widgets</h3>
<a routerLink="/components/modal">modal</a>,
<a routerLink="/components/popover">popover</a>,
<a routerLink="/components/tooltip">tooltip</a>,
<a routerLink="/components/tabs">tabs</a> plus some additional goodies like
<a routerLink="/components/tabset">tabset</a> plus some additional goodies like
<a routerLink="/components/datepicker">datepicker</a>,
<a routerLink="/components/rating">rating</a> and
<a routerLink="/components/typeahead">typeahead</a>.
Expand Down

0 comments on commit 09dfb2d

Please sign in to comment.