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