Skip to content

Commit

Permalink
Update card-hover-effect.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
usr-icon-foundation committed Jul 17, 2024
1 parent c003065 commit dd63db3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ui/card-hover-effect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const HoverEffect = ({
{items.map((item, idx) => (
<Link
href={item?.link}
target='_blank'
key={item?.link}
className="relative group block p-2 h-full w-full"
onMouseEnter={() => setHoveredIndex(idx)}
Expand Down

0 comments on commit dd63db3

Please sign in to comment.