We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbaa8e commit 179f08aCopy full SHA for 179f08a
src/components/SVGStat/index.tsx
@@ -21,8 +21,8 @@ const SVGStat = () => {
21
return (
22
<div id="svgStat">
23
<Suspense fallback={<div className="text-center">Loading...</div>}>
24
- <GridSvg className="github-svg mt-4 h-auto w-full" />
25
- <GithubSvg className="grid-svg mt-4 h-auto w-full" />
+ <GridSvg className="grid-svg mt-4 h-auto w-full" />
+ <GithubSvg className="github-svg mt-4 h-auto w-full" />
26
</Suspense>
27
</div>
28
);
0 commit comments