wuyiqun0718 commited on
Commit
4c99419
1 Parent(s): 095b3f0
Files changed (1) hide show
  1. components/chat/TopPrompt.tsx +6 -2
components/chat/TopPrompt.tsx CHANGED
@@ -44,8 +44,12 @@ export default async function TopPrompt({ chat, userId }: TopPrompt) {
44
  <div className="flex-1 px-1 ml-2 overflow-hidden">
45
  <p className="leading-normal font-medium">
46
  {process.env.NEXT_PUBLIC_IS_HUGGING_FACE ? (
47
- <Link href="https://va.landing.ai" className="underline">
48
- Visit Landing AI's website
 
 
 
 
49
  </Link>
50
  ) : (
51
  <Link href="/sign-in" className="underline">
 
44
  <div className="flex-1 px-1 ml-2 overflow-hidden">
45
  <p className="leading-normal font-medium">
46
  {process.env.NEXT_PUBLIC_IS_HUGGING_FACE ? (
47
+ <Link
48
+ href="https://va.landing.ai"
49
+ target="_blank"
50
+ className="underline"
51
+ >
52
+ Visit Landing AI{"'"}s website
53
  </Link>
54
  ) : (
55
  <Link href="/sign-in" className="underline">