start work on sol2uml improvements

pull/3363/head
Joseph Izang 2 years ago committed by Aniket
parent c344f77c99
commit 6a383550ed
  1. 2
      libs/remix-ui/solidity-uml-gen/src/lib/solidity-uml-gen.tsx

@ -67,7 +67,7 @@ export function RemixUiSolidityUmlGen ({ plugin, updatedSvg, loading, themeSelec
{ {
buttonText: 'Download as PNG', buttonText: 'Download as PNG',
svgValid: () => validSvg, svgValid: () => validSvg,
action: () => console.log('generated!!'), action: () => console.log('generated!!!'),
icon: 'fa fa-picture-o' icon: 'fa fa-picture-o'
} }
] ]

Loading…
Cancel
Save