We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1213e27 commit ee35228Copy full SHA for ee35228
src/src/app/components/trip/trip.component.html
@@ -21,8 +21,6 @@ <h1 class="font-medium tracking-tight text-2xl truncate">{{ trip?.name }}</h1>
21
<p-button text (click)="deleteTrip()" icon="pi pi-trash" severity="danger" />
22
<p-button text (click)="editTrip()" icon="pi pi-pencil" />
23
<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" />
26
</div>
27
28
<div class="flex md:hidden">
0 commit comments