Merge branch 'master' into vicons

pull/1964/head
David Disu 3 years ago committed by GitHub
commit 377b85dd76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      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>
)
@ -52,4 +51,4 @@ export const sourceVerificationNotAvailableToastMsg = () => (
<div>
<b>Source verification plugin not activated or not available.</b> continuing <i>without</i> source code debugging.
</div>
)
)

Loading…
Cancel
Save