added title to results

pull/2808/head
lianahus 2 years ago committed by Aniket
parent f460b84d6f
commit 6656b4ab23
  1. 2
      apps/vyper/src/app/components/VyperResult.tsx

@ -34,7 +34,7 @@ function VyperResult({ output }: VyperResultProps) {
if (isCompilationError(output)) {
return (
<div id="result" className="error">
<i className="fas fa-exclamation-circle text-danger"></i>
<i className="fas fa-exclamation-circle text-danger" title={output.message}></i>
<pre data-id="error-message" className="px-2 w-100 alert alert-danger" style={{
fontSize: "0.5rem",
overflowX: "hidden",

Loading…
Cancel
Save