Skip to content

Commit

Permalink
update test icon
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Sep 9, 2024
1 parent e64e74f commit c5bdde5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/build-deploy-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useCliCommands } from "./workspace/use-cli-commands";
import useSWR, { mutate } from "swr";
import { db } from "@/data/db";
import { useWorkspaceId } from "./workspace/use-workspace-id";
import { Download, Rocket, ShieldCheck, Wrench, TestTube } from "lucide-react";
import { Download, Rocket, ShieldCheck, Wrench, TestTube2 } from "lucide-react";
import UploadModal from "./workspace/upload-modal";
import { Tooltip } from "./tooltip";

Expand Down Expand Up @@ -74,7 +74,7 @@ export function BuildDeployPanel() {
setIsTesting(false);
}
},
icon: TestTube,
icon: TestTube2,
},
{
disabled: isBuilding || !isDeployable || isDeploying,
Expand Down

0 comments on commit c5bdde5

Please sign in to comment.