From ce7596a4f5764550fe772422000972bebfb0461c Mon Sep 17 00:00:00 2001 From: beguene Date: Mon, 25 Sep 2023 14:21:21 +0000 Subject: [PATCH] fix: add button to save contract to Hiro platform --- src/app/sandbox/deploy/LeftSection.tsx | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/src/app/sandbox/deploy/LeftSection.tsx b/src/app/sandbox/deploy/LeftSection.tsx index 14b0fe4da..bcc51f7ca 100644 --- a/src/app/sandbox/deploy/LeftSection.tsx +++ b/src/app/sandbox/deploy/LeftSection.tsx @@ -8,6 +8,7 @@ import React, { FC, useState } from 'react'; import { RiCloseLine } from 'react-icons/ri'; import { TbTools } from 'react-icons/tb'; import { useQueryClient } from '@tanstack/react-query'; +import { FiExternalLink } from 'react-icons/fi'; import { openContractDeploy } from '@stacks/connect'; @@ -57,7 +58,7 @@ export const LeftSection: FC = () => { pr="84px" color={'textBody'} /> - + { @@ -68,8 +69,6 @@ export const LeftSection: FC = () => { size={'30px'} /> - - dispatch(toggleCodeToolbar())}> { /> + + + + + ); };