Skip to content

Commit

Permalink
Update Me.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AthanaD authored Aug 7, 2023
1 parent 58fced4 commit 84fb0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menu/MenuOptions/Me.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Me = () => {
return (
<a
className='flex py-2 px-2 items-center gap-3 rounded-md hover:bg-gray-500/10 transition-colors duration-200 text-white cursor-pointer text-sm'
href='https://github.com/ztjhz/BetterChatGPT'
href='https://github.com/pandoradevin/devinchatgpt'
target='_blank'
>
<HeartIcon />
Expand Down

0 comments on commit 84fb0dd

Please sign in to comment.