File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
apps/dashboard/src/app/account/contracts/_components Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { useDashboardRouter } from "@/lib/DashboardRouter";
44import { ImportModal } from "components/contract-components/import-contract/modal" ;
55import { StepsCard } from "components/dashboard/StepsCard" ;
66import { useTrack } from "hooks/analytics/useTrack" ;
7- import Image from "next/image" ;
87import { useMemo , useState } from "react" ;
98
109export 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 }
You can’t perform that action at this time.
0 commit comments