Skip to content

Commit

Permalink
cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
jonator committed Nov 1, 2024
1 parent 16a4ac5 commit cbdd93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/components/complex/portfolio/allocation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const Allocation: FunctionComponent<{
return (
<div className="flex w-full flex-col py-3">
<div
className="flex cursor-pointer items-center justify-between py-3"
className="flex cursor-pointer select-none items-center justify-between py-3"
onClick={() => setIsOpen((prev) => !prev)}
>
<h6>{t("portfolio.allocation")}</h6>
Expand Down

0 comments on commit cbdd93e

Please sign in to comment.