From 0c8eda7dc4c8d0f93454d30ea3bce5e837045e7c Mon Sep 17 00:00:00 2001 From: Joshua Kiwiet-Pantaleoni Date: Thu, 21 Nov 2024 18:31:28 -0800 Subject: [PATCH] style: fix lint whitespace error --- src/components/WwwFrame/LendMenu/LendMegaMenu.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/WwwFrame/LendMenu/LendMegaMenu.vue b/src/components/WwwFrame/LendMenu/LendMegaMenu.vue index 15e60bb027..665cadd5a0 100644 --- a/src/components/WwwFrame/LendMenu/LendMegaMenu.vue +++ b/src/components/WwwFrame/LendMenu/LendMegaMenu.vue @@ -328,6 +328,7 @@ export default { column-fill: auto; /* Tailwind doesnt have a column-fill option currently */ @apply tw-columns-3 tw-gap-4; } + .lend-menu-link { @apply tw-no-underline hover:tw-underline hover:tw-text-action active:tw-text-action-highlight; }