fix: svg
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
export const loadingSvg = `
|
||||
<svg viewBox="-20 0 100 100"
|
||||
export const loadingSvg = `<svg viewBox="-20 0 100 100"
|
||||
style="display: inline-block; width: 1em; height: 1em; vertical-align: middle;">
|
||||
<circle fill="#209CEE" stroke="none" cx="6" cy="50" r="6">
|
||||
<animateTransform attributeName="transform" dur="1s" type="translate" values="0 15 ; 0 -15; 0 15" repeatCount="indefinite" begin="0.1"/>
|
||||
|
||||
Reference in New Issue
Block a user