diff options
| author | MetaCubeX <[email protected]> | 2022-11-03 12:09:10 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-03 12:09:10 +0800 |
| commit | 908a2c5251d2bf236df97e2c79b27f699b5b6d39 (patch) | |
| tree | e3fae28002c198779bc2b8255ae01ee69edb2be9 /src/components/Loading2.tsx | |
| parent | 89e8f0c6a3a7399e05a5934c3fdabcbe0b96d5ae (diff) | |
| parent | bb5eff27eba3f40ecf43f0f72b19802cc0b5c311 (diff) | |
Merge pull request #5 from kaniwow/master
fix and feat
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> ); } |
