mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 17:24:00 +01:00
Fixed repo link
This commit is contained in:
parent
49d7744790
commit
796e132742
|
@ -35,7 +35,7 @@ const AboutMenu = () => {
|
|||
ns='about'
|
||||
components={[
|
||||
<a
|
||||
href='https://github.com/ztjhz/BetterChatGPT'
|
||||
href='https://github.com/NovaOSS/nova-betterchat'
|
||||
target='_blank'
|
||||
className='link'
|
||||
/>,
|
||||
|
@ -87,7 +87,7 @@ const AboutMenu = () => {
|
|||
ns='about'
|
||||
components={[
|
||||
<a
|
||||
href='https://github.com/ztjhz/BetterChatGPT'
|
||||
href='https://github.com/NovaOSS/nova-betterchat'
|
||||
target='_blank'
|
||||
className='link'
|
||||
/>,
|
||||
|
|
|
@ -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/NovaOSS/nova-betterchat'
|
||||
target='_blank'
|
||||
>
|
||||
<HeartIcon />
|
||||
|
|
Loading…
Reference in a new issue