Skip to content

Commit 0fd7a2e

Browse files
samejrmatt-aitken
authored andcommitted
Fix docs icon in the button
1 parent 09de368 commit 0fd7a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/MachineTooltipInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import { BookOpenIcon } from "lucide-react";
21
import { MachineIcon } from "~/assets/icons/MachineIcon";
32
import { docsPath } from "~/utils/pathBuilder";
43
import { LinkButton } from "./primitives/Buttons";
54
import { Header3 } from "./primitives/Headers";
65
import { Paragraph } from "./primitives/Paragraph";
6+
import { BookOpenIcon } from "@heroicons/react/20/solid";
77

88
export function MachineTooltipInfo() {
99
return (

0 commit comments

Comments
 (0)