Merge branch 'master' into yann300-patch-38

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

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

Loading…
Cancel
Save