Skip to content

Commit

Permalink
Update link
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Jul 19, 2021
1 parent f9c2552 commit 98db71d
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/app/showcase/app.menu.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ declare let gtag: Function;
<a href="https://www.primefaces.org/designer/api/primeng/11.1.0">SASS API</a>
</div>
<div class="menu-category">PrimeFlex</div>
<div class="menu-category">PrimeFlex v3.0.0</div>
<div class="menu-items flex-banner">
<a href="https://www.primefaces.org/primeflex"><img width="100%" alt="logo" [src]="'assets/showcase/images/' + (config.dark ? 'banner-primeflex-dark.svg' : 'banner-primeflex.svg')" /></a>
</div>
Expand Down Expand Up @@ -363,18 +363,6 @@ export class AppMenuComponent {
{label: 'Colors', value: '/colors'}
]
},
{
label: 'PrimeFlex', value: 'primeflex',
items: [
{label: 'Setup', value: '/primeflex'},
{label: 'Display', value: '/primeflex/display'},
{label: 'Elevation', value: '/primeflex/elevation'},
{label: 'FlexBox', value: '/primeflex/flexbox'},
{label: 'Form Layout', value: '/primeflex/formlayout'},
{label: 'Spacing', value: '/primeflex/spacing'},
{label: 'Text', value: '/primeflex/text'}
]
},
{
label: 'PrimeIcons', value: 'primeicons',
items: [
Expand Down

0 comments on commit 98db71d

Please sign in to comment.