minor on map icons

This commit is contained in:
lesion
2022-11-18 14:33:38 +01:00
parent b01c38d52b
commit 4616f8ac70
2 changed files with 22 additions and 6 deletions

View File

@@ -24,11 +24,11 @@ client-only(placeholder='Loading...' )
v-row
//- p.my-4(v-text="$t('common.getting_there')")
v-btn.ml-2(icon large :href="routeBy('foot')")
v-icon(v-text='mdiWalk' color='white')
v-icon(v-text='mdiWalk')
v-btn.ml-2(icon large :href="routeBy('bike')")
v-icon(v-text='mdiBike' color='white')
v-icon(v-text='mdiBike')
v-btn.ml-2(icon large :href="routeBy('car')")
v-icon(v-text='mdiCar' color='white')
v-icon(v-text='mdiCar')
v-spacer
v-btn(@click='$emit("close")' outlined) Close
</template>