diff --git a/components/ui/Icon.tsx b/components/ui/Icon.tsx index e9d8bcb..f9e7f61 100644 --- a/components/ui/Icon.tsx +++ b/components/ui/Icon.tsx @@ -9,8 +9,6 @@ export type AvailableIcons = | "close" | "chevron-right" | "chevron-right-institutional" - | "chevron-right-institutional-hover" - | "chevron-right-institutional-menu" | "chevron-up" | "favorite" | "home_pin" diff --git a/islands/MenuInstitutionalMobile.tsx b/islands/MenuInstitutionalMobile.tsx index 2b6245f..ea88259 100644 --- a/islands/MenuInstitutionalMobile.tsx +++ b/islands/MenuInstitutionalMobile.tsx @@ -24,7 +24,7 @@ export default function MenuInstitutionalMobile({ links, label }: Menu) { > {label}{" "} {navigation && ( diff --git a/sections/MenuInstitucional/MenuInstitucional.tsx b/sections/MenuInstitucional/MenuInstitucional.tsx index 421da8b..24b7de5 100644 --- a/sections/MenuInstitucional/MenuInstitucional.tsx +++ b/sections/MenuInstitucional/MenuInstitucional.tsx @@ -53,11 +53,11 @@ export default function MenuInstitucional( {label} + height="16" + class={`${currentPath === route ? "text-[#FF8300]" : "text-[#7E7F88]"}`} + /> ))} @@ -75,11 +75,11 @@ export default function MenuInstitucional( class="text-[12px] font-regular"> {label} + height="16" + class={`${currentPath === route ? "text-[#FF8300]" : "text-[#7E7F88]"}`} + /> ))} diff --git a/static/sprites.svg b/static/sprites.svg index c9125bf..3cf6357 100644 --- a/static/sprites.svg +++ b/static/sprites.svg @@ -5,10 +5,8 @@ - - + -