Skip to content

Commit 24f2794

Browse files
committed
fix: focus ring issue when clicking the path
1 parent f9b5921 commit 24f2794

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/components/portfolio/TechnologiesUsed.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ const TechnologiesUsed = ({ className, ...props }: Props) => {
145145
fill="rgba(0, 0, 0, 0.001)"
146146
className="cursor-pointer"
147147
onMouseEnter={() => setActiveIndex(index)}
148-
onFocus={() => setActiveIndex(index)}
149-
onBlur={() => setActiveIndex(null)}
150-
tabIndex={0}
151148
/>
152149
))}
153150
</svg>

0 commit comments

Comments
 (0)