wuyiqun0718 commited on
Commit
d2c210a
1 Parent(s): 1e06f84
Files changed (1) hide show
  1. components/chat/TopPrompt.tsx +1 -1
components/chat/TopPrompt.tsx CHANGED
@@ -43,7 +43,7 @@ export default async function TopPrompt({ chat, userId }: TopPrompt) {
43
  </div>
44
  <div className="flex-1 px-1 ml-2 overflow-hidden">
45
  <p className="leading-normal font-medium">
46
- <Link href="/sign-in" className="underline">
47
  Sign in
48
  </Link>{' '}
49
  to save and revisit your chat history!
 
43
  </div>
44
  <div className="flex-1 px-1 ml-2 overflow-hidden">
45
  <p className="leading-normal font-medium">
46
+ <Link href="/sign-in" target="_blank" className="underline">
47
  Sign in
48
  </Link>{' '}
49
  to save and revisit your chat history!