Skip to content

Commit 0a107a0

Browse files
committed
false loading icon corrected
1 parent 357d12b commit 0a107a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Schema/DemoEditor.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,9 @@ const Editor = () => {
9999
}, [setStore, setSchema]);
100100

101101
if(!store || !schema) return <div style={{textAlign: 'center', margin: '75px 0'}}>
102-
<svg className={["bi", "bi-arrow-repeat"]} width="32" height="32" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
103-
<path fillRule="evenodd" d="M6.646 3.646a.5.5 0 01.708 0l6 6a.5.5 0 010 .708l-6 6a.5.5 0 01-.708-.708L12.293 10 6.646 4.354a.5.5 0 010-.708z" clipRule="evenodd"/>
102+
<svg className={["bi", "bi-arrow-clockwise"].join(' ')} width="32" height="32" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
103+
<path fillRule="evenodd" d="M10 4.5a5.5 5.5 0 105.5 5.5.5.5 0 011 0 6.5 6.5 0 11-3.25-5.63l-.5.865A5.472 5.472 0 0010 4.5z" clipRule="evenodd"/>
104+
<path fillRule="evenodd" d="M10.646 1.646a.5.5 0 01.708 0l2.5 2.5a.5.5 0 010 .708l-2.5 2.5a.5.5 0 01-.708-.708L12.793 4.5l-2.147-2.146a.5.5 0 010-.708z" clipRule="evenodd"/>
104105
</svg>
105106

106107
<p>Loading Schema</p>

0 commit comments

Comments
 (0)