diff options
Diffstat (limited to 'src/components/Loading2.tsx')
| -rw-r--r-- | src/components/Loading2.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Loading2.tsx b/src/components/Loading2.tsx index b847eb4..b7447a6 100644 --- a/src/components/Loading2.tsx +++ b/src/components/Loading2.tsx @@ -6,7 +6,7 @@ import SvgYacd from './SvgYacd'; function Loading() { return ( <div className={s0.lo}> - <SvgYacd width={280} height={280} animate c0="transparent" c1="#646464" /> + <SvgYacd width={280} height={280} animate c0='transparent' c1='#646464' /> </div> ); } |
