Skip to content

Commit c25158f

Browse files
committed
fix use danger button
1 parent f8db1d6 commit c25158f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/fusio-sdk/src/lib/component/token/list/token-list.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<div class="btn-group" role="group">
2424
<a [routerLink]="getDetailLink(entry.id)" class="btn btn-primary"><i class="bi bi-search"></i></a>
2525
<a [routerLink]="getEditLink(entry.id)" class="btn btn-secondary"><i class="bi bi-pen"></i></a>
26-
<a [routerLink]="getDeleteLink(entry.id)" class="btn btn-secondary"><i class="bi bi-x"></i></a>
26+
<a [routerLink]="getDeleteLink(entry.id)" class="btn btn-danger"><i class="bi bi-x"></i></a>
2727
</div>
2828
</td>
2929
</tr>

0 commit comments

Comments
 (0)