Skip to content

Commit

Permalink
Fixes provider label on top of the provider logo
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax committed Sep 1, 2023
1 parent eb5e9b4 commit a67d70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/elements/ProviderBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const isMobile = useBreakpoints(screens).smaller('md')
<footer class="relative flex items-center" :class="{ 'h-16': location.providerLabel, 'h-9': !location.providerLabel }">
<CardBg v-if="!location.isAtm && location.providerLabel" :location="location" />

<div v-if="location.providerLabel" class="z-20 flex items-center pt-1.5 pl-6 pr-4 text-xs gap-x-1.5">
<div v-if="location.providerLabel" class="z-20 flex items-center pt-1.5 pl-6 text-xs gap-x-1.5">
<i18n-t
:keypath="location.providerLabel" tag="p" :class="{
'text-white/60 [&>b]:text-white': location.isDark,
Expand Down

0 comments on commit a67d70f

Please sign in to comment.