Merge branch 'master' into fix_debug_live_tx

pull/5370/head
David Disu 3 years ago committed by GitHub
commit f274422bb5
  1. 5
      libs/remix-ui/helper/src/lib/helper-components.tsx

@ -3,10 +3,9 @@ import React from 'react'
export const fileChangedToastMsg = (from: string, path: string) => (
<div><i className="fas fa-exclamation-triangle text-danger mr-1"></i>
<span>
{from}
<span className="font-weight-bold text-warning">
{from} <span className="font-weight-bold text-warning">
is modifying
</span>{path}
</span> {path}
</span>
</div>
)

Loading…
Cancel
Save