Skip to content

Commit ee35228

Browse files
committed
💄 Refacto buttons
1 parent 1213e27 commit ee35228

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/src/app/components/trip/trip.component.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ <h1 class="font-medium tracking-tight text-2xl truncate">{{ trip?.name }}</h1>
2121
<p-button text (click)="deleteTrip()" icon="pi pi-trash" severity="danger" />
2222
<p-button text (click)="editTrip()" icon="pi pi-pencil" />
2323
<div class="border-l border-solid border-gray-700 h-4"></div>
24-
<p-button text icon="pi pi-check-square" severity="help" />
25-
<p-button text icon="pi pi-briefcase" severity="help" />
2624
</div>
2725

2826
<div class="flex md:hidden">

0 commit comments

Comments
 (0)