Skip to content

Commit

Permalink
Update dropdown.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Malankar authored Oct 9, 2022
1 parent a2e69e5 commit f0e46f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function Dropdown() {
leaveFrom="transform opacity-100 scale-100"
leaveTo="transform opacity-0 scale-95"
>
<Menu.Items className="absolute right-0 w-56 mt-24 origin-top-right bg-[#1A1A1A] divide-y divide-gray-100 rounded-md shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none">
<Menu.Items className="absolute right-0 w-48 mt-24 origin-top-right bg-[#1A1A1A] divide-y divide-gray-100 rounded-md shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none">
<div className="px-1 py-1 ">
<Menu.Item>
{({ active }) => (
Expand Down

1 comment on commit f0e46f6

@vercel
Copy link

@vercel vercel bot commented on f0e46f6 Oct 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.