Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
zmigroo committed Nov 25, 2023
1 parent a299487 commit d4f09f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Shared/Components/ProviderIcons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function getProviderColor(providerName) {

<template>
<div class="mb-2 mr-3 mt-4 flex w-fit flex-row-reverse flex-wrap items-center justify-end sm:mt-0 sm:justify-start">
<div class="w-[72px]" v-for="cityProvider in item.cityProviders" :key="cityProvider.provider_name">
<div v-for="cityProvider in item.cityProviders" :key="cityProvider.provider_name" class="w-[72px]">
<div :style="{ 'background-color': getProviderColor(cityProvider.provider_name) }"
class="m-3 mr-5 flex h-7 w-fit scale-150 items-center justify-center rounded-md p-1 lg:h-8"
>
Expand Down

0 comments on commit d4f09f4

Please sign in to comment.