Skip to content

Commit

Permalink
fix svgStat className
Browse files Browse the repository at this point in the history
  • Loading branch information
tiny656 committed Apr 15, 2024
1 parent 30bb66d commit cda39a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SVGStat/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const SVGStat = () => (
<Suspense fallback={<div className="text-center">Loading...</div>}>
<GithubSvg className="mt-4 h-auto w-full" />
<GridSvg className="mt-4 h-auto w-full" />
<img className={styles.runSVG} src='https://raw.githubusercontent.com/tiny656/miles/master/miles.svg' />
<img className="mt-4 h-auto w-full" src='https://raw.githubusercontent.com/tiny656/miles/master/miles.svg' />
</Suspense>
</div>
);
Expand Down

0 comments on commit cda39a9

Please sign in to comment.