We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d456c2d commit eef7dc6Copy full SHA for eef7dc6
libs/remix-ui/helper/src/lib/helper-components.tsx
@@ -3,10 +3,9 @@ import React from 'react'
3
export const fileChangedToastMsg = (from: string, path: string) => (
4
<div><i className="fas fa-exclamation-triangle text-danger mr-1"></i>
5
<span>
6
- {from}
7
- <span className="font-weight-bold text-warning">
+ {from} <span className="font-weight-bold text-warning">
8
is modifying
9
- </span>{path}
+ </span> {path}
10
</span>
11
</div>
12
)
@@ -52,4 +51,4 @@ export const sourceVerificationNotAvailableToastMsg = () => (
52
51
<div>
53
<b>Source verification plugin not activated or not available.</b> continuing <i>without</i> source code debugging.
54
55
-)
+)
0 commit comments