Accessibility test fixed

This commit is contained in:
adilallo
2025-08-29 13:29:46 -06:00
parent 705cfed075
commit e8691efac4
3 changed files with 49 additions and 18 deletions
+1
View File
@@ -117,6 +117,7 @@ export default function Logo({ size = "default", showText = true }) {
className={`flex items-center ${config.containerHeight} ${
showText ? config.gap : ""
} transition-all duration-200 ease-in-out hover:scale-[1.02] cursor-pointer`}
role="link"
aria-label="CommunityRule Logo"
>
{/* Logo Text - only show if showText is true */}