Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
feat: change deploy button
Browse files Browse the repository at this point in the history
  • Loading branch information
EnzoBonato committed Feb 8, 2024
1 parent 05b12ac commit 5e2da60
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import "./DeployPage.css";
import { DeployParamsContainer } from '../../components/DeployParamsContainer/DeployParamsContainer.tsx';
import { DeployUsingScript } from '../../components/DeployUsingScript/DeployUsingScript.tsx';
import { DeployUsingContract } from '../../components/DeployUsingContract/DeployUsingContract.tsx';
import { DeployButton } from '../../components/DeployButton/DeployButton.tsx';
import { VSCodeDivider } from '@vscode/webview-ui-toolkit/react/index';
import { VSCodeDivider, VSCodeButton} from '@vscode/webview-ui-toolkit/react/index';

export const DeployPage = () => {
return (<div className="page-container">
Expand All @@ -13,6 +12,6 @@ export const DeployPage = () => {
<VSCodeDivider className='divider'/>
<DeployParamsContainer />
<VSCodeDivider className='divider'/>
<DeployButton />
<VSCodeButton>Deploy</VSCodeButton>
</div>);
};

0 comments on commit 5e2da60

Please sign in to comment.