We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53158fb commit aaf218aCopy full SHA for aaf218a
src/components/operator/operator-settings-btn.tsx
@@ -8,7 +8,7 @@ import {
8
} from "@/components/ui/dropdown-menu";
9
import { cn } from "@/lib/utils/tw";
10
import type { FC } from "react";
11
-import { LuMoreVertical } from "react-icons/lu";
+import { LuEllipsisVertical } from "react-icons/lu";
12
import { TbAdjustments, TbEdit, TbTrash } from "react-icons/tb";
13
import { useNavigate } from "react-router";
14
@@ -26,7 +26,7 @@ export const OperatorSettingsBtn: FC<ButtonProps> = ({
26
variant="subtle"
27
className={cn(className, "rounded-full size-10")}
28
>
29
- <LuMoreVertical className="size-5" />
+ <LuEllipsisVertical className="size-5" />
30
</Button>
31
</DropdownMenuTrigger>
32
<DropdownMenuContent className="text-gray-700">
0 commit comments