We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8f511 commit 76ef3d4Copy full SHA for 76ef3d4
components/landing/side/side-info.tsx
@@ -49,7 +49,7 @@ export default function SideInfo() {
49
<p className='font-medium text-xl'>Chat Chat</p>
50
<p className='text-sm text-neutral-600 dark:text-neutral-200'>v{packageInfo.version}</p>
51
{!isLatestVersion && (
52
- <Link href='https://github.com/okisdev/ChatChat/releases/latest'>
+ <Link href='https://github.com/okisdev/ChatChat/releases/latest' target='_blank'>
53
<Badge variant='destructive'>{t('New Version Available')}</Badge>
54
</Link>
55
)}
0 commit comments