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 09de368 commit 0fd7a2eCopy full SHA for 0fd7a2e
apps/webapp/app/components/MachineTooltipInfo.tsx
@@ -1,9 +1,9 @@
1
-import { BookOpenIcon } from "lucide-react";
2
import { MachineIcon } from "~/assets/icons/MachineIcon";
3
import { docsPath } from "~/utils/pathBuilder";
4
import { LinkButton } from "./primitives/Buttons";
5
import { Header3 } from "./primitives/Headers";
6
import { Paragraph } from "./primitives/Paragraph";
+import { BookOpenIcon } from "@heroicons/react/20/solid";
7
8
export function MachineTooltipInfo() {
9
return (
0 commit comments