Skip to content

Commit 377b85d

Browse files
authored
Merge branch 'master' into vicons
2 parents 9d8c74a + 79a0cca commit 377b85d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

libs/remix-ui/helper/src/lib/helper-components.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ import React from 'react'
33
export const fileChangedToastMsg = (from: string, path: string) => (
44
<div><i className="fas fa-exclamation-triangle text-danger mr-1"></i>
55
<span>
6-
{from}
7-
<span className="font-weight-bold text-warning">
6+
{from} <span className="font-weight-bold text-warning">
87
is modifying
9-
</span>{path}
8+
</span> {path}
109
</span>
1110
</div>
1211
)
@@ -52,4 +51,4 @@ export const sourceVerificationNotAvailableToastMsg = () => (
5251
<div>
5352
<b>Source verification plugin not activated or not available.</b> continuing <i>without</i> source code debugging.
5453
</div>
55-
)
54+
)

0 commit comments

Comments
 (0)