Skip to content

Commit

Permalink
New badge added to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Dec 10, 2020
1 parent 0189a8b commit 7c15c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/app.menu.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ declare let gtag: Function;
<div class="menu-items">
<a [routerLink]=" ['/avatar']" routerLinkActive="router-link-exact-active">Avatar <span class="p-tag">New</span></a>
<a [routerLink]=" ['/blockui']" routerLinkActive="router-link-exact-active">BlockUI</a>
<a [routerLink]=" ['/badge']" routerLinkActive="router-link-exact-active">Badge</a>
<a [routerLink]=" ['/badge']" routerLinkActive="router-link-exact-active">Badge <span class="p-tag">New</span></a>
<a [routerLink]=" ['/captcha']" routerLinkActive="router-link-exact-active">Captcha</a>
<a [routerLink]=" ['/inplace']" routerLinkActive="router-link-exact-active">Inplace</a>
<a [routerLink]=" ['/progressbar']" routerLinkActive="router-link-exact-active">ProgressBar</a>
Expand Down

0 comments on commit 7c15c2d

Please sign in to comment.