Skip to content

Commit e198709

Browse files
committed
Remove icon from get started with contracts step card tabs (#5557)
DASH-502
1 parent 009d31b commit e198709

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

apps/dashboard/src/app/account/contracts/_components/GetStartedWithContractsDeploy.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { useDashboardRouter } from "@/lib/DashboardRouter";
44
import { ImportModal } from "components/contract-components/import-contract/modal";
55
import { StepsCard } from "components/dashboard/StepsCard";
66
import { useTrack } from "hooks/analytics/useTrack";
7-
import Image from "next/image";
87
import { useMemo, useState } from "react";
98

109
export function GetStartedWithContractsDeploy() {
@@ -116,15 +115,6 @@ const DeployOptions = () => {
116115
});
117116
}}
118117
>
119-
<Image
120-
width={32}
121-
height={32}
122-
className="size-8"
123-
alt=""
124-
src={`/assets/dashboard/contracts/${activeTab}.${
125-
activeTab === "import" ? "svg" : "png"
126-
}`}
127-
/>
128118
<div>
129119
<h4 className="text-start font-semibold text-lg">
130120
{activeTabContent.title}

0 commit comments

Comments
 (0)