Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegogtz03 committed Jun 1, 2024
1 parent 7dd5468 commit 243aedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knowx/src/app/components/Compare/Compare_Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const Compare_Card = ({
aria-hidden="true"
/>
</Menu.Button>
<Menu.Items className="origin-top-center absolute left-1/2 mt-2 w-56 -translate-x-1/2 transform rounded-md bg-white shadow-lg ">
<Menu.Items className="origin-top-center absolute left-1/2 mt-2 w-56 -translate-x-1/2 transform rounded-md bg-white shadow-lg">
{titles.map((title, index) => (
<Menu.Item key={index}>
{({ active }) => (
Expand Down

0 comments on commit 243aedf

Please sign in to comment.