Skip to content

Commit 179f08a

Browse files
committed
style: fix #56
1 parent 7dbaa8e commit 179f08a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/SVGStat/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ const SVGStat = () => {
2121
return (
2222
<div id="svgStat">
2323
<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" />
24+
<GridSvg className="grid-svg mt-4 h-auto w-full" />
25+
<GithubSvg className="github-svg mt-4 h-auto w-full" />
2626
</Suspense>
2727
</div>
2828
);

0 commit comments

Comments
 (0)