update results section

pull/5370/head
Joseph Izang 9 months ago committed by Aniket
parent f9bc1a818d
commit 444ebe8d65
  1. 2
      apps/vyper/src/app/components/VyperResult.tsx

@ -59,7 +59,7 @@ function VyperResult({ output, plugin }: VyperResultProps) {
return (
<>
<div className="border border-top"></div>
<div className="d-flex justify-content-center px-2 w-100 flex-column border border-bottom">
<div className="d-flex justify-content-center px-2 w-100 flex-column">
<button data-id="compilation-details" className="btn btn-secondary w-100" onClick={async () => {
await plugin?.call('vyperCompilationDetails', 'showDetails', output)
}}>

Loading…
Cancel
Save