File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments