Skip to content

Commit

Permalink
umer - fix - fixing sidebar menu close - v1.0.93
Browse files Browse the repository at this point in the history
  • Loading branch information
Umer Farooq committed Oct 11, 2024
1 parent 4ca05de commit 1ffc688
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 1ffc688

Please sign in to comment.