Skip to content

Commit

Permalink
Update AboutMenu.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AthanaD authored Jun 3, 2024
1 parent 4c7d7ac commit 0accda7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AboutMenu/AboutMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const AboutMenu = () => {
<div>{t('support.alipay', { ns: 'about' })} (Ayaka)</div>
<img
className='rounded-md w-32 h-32'
src='https://github.com/Athanad/devinchatgpt/raw/main/alipay.jpg'
src='https://s2.loli.net/2024/06/03/jWE9PgiwKTo3cBX.jpg'
alt='Support us through Alipay'
/>
</div>
Expand All @@ -125,7 +125,7 @@ const AboutMenu = () => {
</div>
<img
className='rounded-md w-32 h-32'
src='https://github.com/Athanad/devinchatgpt/raw/main/wechat.jpg'
src='https://s2.loli.net/2024/06/03/mUbWhveTNwiuszH.jpg'
alt='Support us through WeChat Pay'
/>
</div>
Expand Down

0 comments on commit 0accda7

Please sign in to comment.