Skip to content

Commit

Permalink
add id to swap pro toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-d committed Jan 22, 2025
1 parent dcc2b04 commit 3cf5ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/Menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const Item: React.FC<ItemProps> = ({
>
{children}
{proToggle && (
<div className="hidden md:inline-flex">
<div id="swap-pro-toggle" className="hidden md:inline-flex">
<div className="group-hover:hidden">
{selected ? (
<ArrowDownWhite height={10} width={10} />
Expand Down

0 comments on commit 3cf5ceb

Please sign in to comment.