Skip to content

Commit e2f8129

Browse files
fix broken link
1 parent 192d114 commit e2f8129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/demo/components/uikit/button/buttondemo.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ <h5>SplitButton</h5>
7171
<h5>Templating</h5>
7272
<div class="flex flex-wrap gap-2">
7373
<p-button>
74-
<img alt="logo" src="https://primefaces.org/primeng/assets/showcase/images/primeng-icon.svg" style="width: 1.5rem"/>
74+
<img alt="logo" src="https://primefaces.org/cdn/primeng/images/primeng-icon.svg" style="width: 1.5rem"/>
7575
</p-button>
7676

7777
<p-button styleClass="p-button-outlined">
78-
<img alt="logo" src="https://primefaces.org/primeng/assets/showcase/images/primeng-icon.svg" style="width: 1.5rem"/>
78+
<img alt="logo" src="https://primefaces.org/cdn/primeng/images/primeng-icon.svg" style="width: 1.5rem"/>
7979
<span class="ml-2 font-bold">PrimeNG</span>
8080
</p-button>
8181
</div>

0 commit comments

Comments
 (0)