Skip to content

Commit

Permalink
fix: remove underline from promo banner
Browse files Browse the repository at this point in the history
  • Loading branch information
emuvente committed Nov 22, 2024
1 parent 078058b commit 45528c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
:href="trimmedLink"
:target="isExternalLink ? '_blank' : '_self'"
class="tw-text-center tw-text-white tw-text-base hover:tw-text-white hover:tw-no-underline
tw-align-bottom"
tw-no-underline tw-align-bottom"
v-kv-track-event="handleTracking"
>
<span v-html="processedContent"></span>
</component>
<a
v-if="hasDisclaimer"
@click="scrollToSection('#disclaimers')"
class="tw-text-white"
class="tw-text-white tw-no-underline"
v-kv-track-event="['promo', 'click-Contentful-banner', 'disclaimer-superscript', '1']"
>
<sup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:href="impactDashboardLink"
class="
tw-text-white
hover:tw-no-underline hover:tw-text-white
tw-no-underline hover:tw-no-underline hover:tw-text-white
active:tw-text-white visited:tw-text-white focus:tw-text-white"
data-testid="impact-dashboard-promo-banner"
v-kv-track-event="['TopNav','click-Promo','Lending Reward Banner']"
Expand All @@ -29,7 +29,7 @@
:to="`/cc/${promoData.pageId}`"
class="
tw-text-white
hover:tw-no-underline hover:tw-text-white
tw-no-underline hover:tw-no-underline hover:tw-text-white
active:tw-text-white visited:tw-text-white focus:tw-text-white"
data-testid="cc-promo-banner"
v-kv-track-event="['TopNav','click-Promo','Lending Reward Banner']"
Expand All @@ -55,7 +55,7 @@
href="/lend/freeCreditEligible"
class="
tw-text-white
hover:tw-no-underline hover:tw-text-white
tw-no-underline hover:tw-no-underline hover:tw-text-white
active:tw-text-white visited:tw-text-white focus:tw-text-white"
data-testid="free-credit-banner"
v-kv-track-event="['TopNav','click-Promo','Bonus Banner']"
Expand All @@ -68,7 +68,7 @@
:to="`/cc/${promoData.pageId}`"
class="
tw-text-white
hover:tw-no-underline hover:tw-text-white
tw-no-underline hover:tw-no-underline hover:tw-text-white
active:tw-text-white visited:tw-text-white focus:tw-text-white"
data-testid="cc-promo-banner"
v-kv-track-event="['TopNav','click-Promo','MVP Bonus Banner']"
Expand Down

0 comments on commit 45528c9

Please sign in to comment.