feat: use LCE's pointer

This commit is contained in:
neoapps-dev
2026-04-16 22:47:47 +03:00
parent 09bb57e9a6
commit 8dfab72ae2
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ const HomeView = memo(function HomeView() {
setShowCredits(true);
}
}}
className={`text-white hover:text-[#FFFF55] text-xl mc-text-shadow tracking-widest transition-colors mt-1 bg-transparent border-none outline-none ${!isFocusedSection ? "cursor-default pointer-events-none" : ""}`}
className={`text-white hover:text-[#FFFF55] text-xl mc-text-shadow tracking-widest transition-colors mt-1 bg-transparent border-none outline-none ${!isFocusedSection ? "pointer-events-none" : ""}`}
>
EMERALD TEAM
</button>