Skip to content

Commit

Permalink
Merge pull request #88 from enatega/umer
Browse files Browse the repository at this point in the history
umer - fix - fixing sidebar menu close - v1.0.93
  • Loading branch information
ufumerfarooq67 authored Oct 11, 2024
2 parents 0b816e3 + 1ffc688 commit 374ae75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/useable-components/google-maps/shapes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function CustomShape({
? 'bg-black text-white'
: 'bg-[#F4F4F5] text-black'
} w-30 h-30 transform rounded-lg shadow transition duration-300 ease-in-out hover:scale-105 focus:outline-none active:bg-gray-800`}
typeof="button"
type='button'
onClick={() => onClick(item.value)}
>
{item.child}
Expand Down

0 comments on commit 374ae75

Please sign in to comment.