Skip to content

Commit

Permalink
Update AboutMenu.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AthanaD authored Dec 30, 2023
1 parent b01e675 commit c721511
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/AboutMenu/AboutMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const AboutMenu = () => {
ns='about'
components={[
<a
href='https://github.com/pandoradevin/devinchatgpt'
href='https://github.com/Athana-devin/devinchatgpt'
target='_blank'
className='link'
/>,
Expand Down Expand Up @@ -87,7 +87,7 @@ const AboutMenu = () => {
ns='about'
components={[
<a
href='https://github.com/pandoradevin/devinchatgpt'
href='https://github.com/Athana-devin/devinchatgpt'
target='_blank'
className='link'
/>,
Expand All @@ -97,7 +97,7 @@ const AboutMenu = () => {
<p>{t('support.paragraph3', { ns: 'about' })}</p>

<div className='flex flex-col items-center gap-4 my-4'>
<a href='https://github.com/pandoradevin/devinchatgpt' target='_blank'>
<a href='https://github.com/Athana-devin/devinchatgpt' target='_blank'>
<img
src='https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86'
width='120px'
Expand All @@ -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/pandoradevin/devinchatgpt/raw/main/alipay.jpg'
src='https://github.com/Athana-devin/devinchatgpt/raw/main/alipay.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/pandoradevin/devinchatgpt/raw/main/wechat.jpg'
src='https://github.com/Athana-devin/devinchatgpt/raw/main/wechat.jpg'
alt='Support us through WeChat Pay'
/>
</div>
Expand Down

0 comments on commit c721511

Please sign in to comment.