Skip to content

Commit

Permalink
change to link
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronClaydon committed May 2, 2024
1 parent 213ed90 commit e94b958
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/Stops/View.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
<ServiceAlert :alert="serviceAlert" v-for="(serviceAlert, id) in this.serviceAlerts" v-bind:key="id" />
</div>

<div class="material-symbols-outlined text-base bg-gray-200 text-gray-400 dark:bg-gray-700 dark:text-gray-500 px-2 py-1 rounded-lg inline-block align-middle mr-1" @click="this.$refs.datetime.showPicker()">
<a class="material-symbols-outlined text-base bg-gray-200 text-gray-400 dark:bg-gray-700 dark:text-gray-500 px-2 py-1 rounded-lg inline-block align-middle mr-1" @click="this.$refs.datetime.showPicker()">
<input type="datetime-local" @input="updateDatetimePicker" ref="datetime" hidden>
calendar_clock
</div>
<div class="material-symbols-outlined text-base bg-gray-200 text-gray-400 dark:bg-gray-700 dark:text-gray-500 px-2 py-1 rounded-lg inline-block align-middle mr-1" @click="this.refreshView()">
</a>
<a class="material-symbols-outlined text-base bg-gray-200 text-gray-400 dark:bg-gray-700 dark:text-gray-500 px-2 py-1 rounded-lg inline-block align-middle mr-1" @click="this.refreshView()">
<span v-if="this.loadingDepartures">sync</span><span v-else>cloud_sync</span>
</div>
</a>
<div class="inline-block">
<NavTabBar :tabs="tabs" :currentTab="currentTab" :changeTab="changeTab" />
</div>
Expand Down

0 comments on commit e94b958

Please sign in to comment.