Skip to content

Commit

Permalink
fix: image error
Browse files Browse the repository at this point in the history
  • Loading branch information
RealKai42 committed Nov 8, 2024
1 parent 6061c4b commit 02ac8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const Footer: React.FC = () => {
<br />
<p className="text-sm text-gray-500 dark:text-gray-400">再次感谢您的支持和关注!</p>
<br />
<img className="ml-1 w-2/6 " src="https://qwerty.kaiyi.cool/weChat-group.jpg" alt="weChat-group" />
<img className="ml-1 w-2/6 " src="https://qwerty.kaiyi.cool/weChat-group.png" alt="weChat-group" />
<br />
</InfoPanel>

Expand Down

0 comments on commit 02ac8df

Please sign in to comment.