Skip to content

Commit

Permalink
fix issues in tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dt2patel committed Nov 30, 2023
1 parent 5d0f5d1 commit a29713b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/FacilityManagement.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
<ion-icon slot="start" :icon="golfOutline"/>
<h1>{{ translate("Parking") }}</h1>
</ion-item>
</ion-card>

<ion-card class="ion-hide" button @click="router.push('/find-parking')">
<ion-card-header>
<ion-item>
<ion-icon :icon="golfOutline"/>
<ion-card-title>{{ translate("Parking") }}</ion-card-title>
</ion-card-header>
</ion-item>
</ion-card>

<ion-card class="ion-hide" button @click="router.push('/find-groups')">
<ion-card-header>
<ion-card button @click="router.push('/find-groups')">
<ion-item>
<ion-icon :icon="albumsOutline"/>
<h1>{{ translate("Groups") }}</h1>
Expand Down

0 comments on commit a29713b

Please sign in to comment.