Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/primefaces/primeng
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Feb 13, 2024
2 parents 353f150 + 71b4291 commit 8fe8f6b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/app/showcase/layout/doc/app.code.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,6 @@ import { useCodeSandbox, useStackBlitz } from './codeeditor';
<i class="pi pi-code"></i>
</button>
<button
pTooltip="Edit in CodeSandbox"
tooltipPosition="bottom"
tooltipStyleClass="doc-section-code-tooltip"
*ngIf="!hideCodeSandbox && !hideToggleCode"
class="h-2rem w-2rem p-0 inline-flex align-items-center justify-content-center"
(click)="openCodeSandbox()"
>
<svg role="img" viewBox="0 0 24 24" width="16" height="16" fill="currentColor" style="display: 'block'">
<path
d="M2 6l10.455-6L22.91 6 23 17.95 12.455 24 2 18V6zm2.088 2.481v4.757l3.345 1.86v3.516l3.972 2.296v-8.272L4.088 8.481zm16.739 0l-7.317 4.157v8.272l3.972-2.296V15.1l3.345-1.861V8.48zM5.134 6.601l7.303 4.144 7.32-4.18-3.871-2.197-3.41 1.945-3.43-1.968L5.133 6.6z"
/>
</svg>
</button>
<button
pTooltip="Edit in StackBlitz"
tooltipPosition="bottom"
Expand Down

0 comments on commit 8fe8f6b

Please sign in to comment.