From e19870910b7eb607afbfafaf77f16358fc50ee3d Mon Sep 17 00:00:00 2001 From: MananTank Date: Mon, 2 Dec 2024 20:47:12 +0000 Subject: [PATCH] Remove icon from get started with contracts step card tabs (#5557) DASH-502 --- .../_components/GetStartedWithContractsDeploy.tsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/apps/dashboard/src/app/account/contracts/_components/GetStartedWithContractsDeploy.tsx b/apps/dashboard/src/app/account/contracts/_components/GetStartedWithContractsDeploy.tsx index 3bd035ea454..70656e85310 100644 --- a/apps/dashboard/src/app/account/contracts/_components/GetStartedWithContractsDeploy.tsx +++ b/apps/dashboard/src/app/account/contracts/_components/GetStartedWithContractsDeploy.tsx @@ -4,7 +4,6 @@ import { useDashboardRouter } from "@/lib/DashboardRouter"; import { ImportModal } from "components/contract-components/import-contract/modal"; import { StepsCard } from "components/dashboard/StepsCard"; import { useTrack } from "hooks/analytics/useTrack"; -import Image from "next/image"; import { useMemo, useState } from "react"; export function GetStartedWithContractsDeploy() { @@ -116,15 +115,6 @@ const DeployOptions = () => { }); }} > -

{activeTabContent.title}