Skip to content

Commit

Permalink
fix: link styles for personalized lend menu
Browse files Browse the repository at this point in the history
  • Loading branch information
emuvente committed Nov 25, 2024
1 parent 3732f90 commit 2ba6d39
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/components/WwwFrame/LendMenu/LendMegaMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@
v-if="favorites > 0"
:to="{ path: '/lend', query: { lenderFavorite: userId } }"
v-kv-track-event="['TopNav','click-Lend-Favorites']"
class="lend-menu-link tw-text-primary tw-text-left
tw-py-1 tw-inline-block"
class="lend-menu-link tw-text-primary tw-text-left tw-py-1 tw-inline-block"
>
Saved loans
</router-link>
Expand All @@ -118,8 +117,7 @@
v-if="hasSearches"
@click="openSection(savedSearchesTitle)"
:aria-pressed="isOpenSection(savedSearchesTitle) ? 'true' : 'false'"
class="lend-menu-link tw-text-primary tw-text-left tw-py-1 tw-inline-block
hover:tw-text-action-highlight hover:tw-underline"
class="lend-menu-link tw-text-primary tw-text-left tw-py-1 tw-inline-block"
>
{{ savedSearchesTitle }}
</button>
Expand All @@ -134,8 +132,7 @@
<a
href="/lend/countries-not-lent"
v-kv-track-event="['TopNav','click-Lend-Countries_Not_Lent']"
class="tw-text-primary tw-text-left hover:tw-text-action-highlight
tw-py-1 tw-inline-block"
class="lend-menu-link tw-text-primary tw-text-left tw-py-1 tw-inline-block"
>
Countries I haven't lent to
</a>
Expand Down

0 comments on commit 2ba6d39

Please sign in to comment.