@@ -55,49 +55,50 @@ function ChatMessages() {
5555 const isFirst = index === 0 ;
5656 return (
5757 < Fragment key = { message . id } >
58- { isFirst && displayDisclaimer && (
58+ { isFirst && displayDisclaimer && (
5959 < ChatDisclaimer
6060 type = "info"
6161 setDisplayDisclaimer = { setDisplayDisclaimer }
6262 >
6363 < Box >
6464 < Text mb = { { base : 1 , md : 2 } } >
65- < strong > Global Nature Watch beta </ strong >
65+ < strong > Global Nature Watch preview </ strong >
6666 </ Text >
6767 < Text mb = { { base : 1 , md : 2 } } >
68- You're using a beta version that's still under active development.
68+ You're using a preview version that's still under active development.
6969 You may encounter errors or incomplete results, so verify results with primary sources.
7070 Features, datasets, and assistant behavior may change or be removed as we iterate.
7171 </ Text >
7272 < Text >
73- By using this beta, you're helping shape the future of Global Nature Watch.
74- Share feedback via{ " " }
75- < Link
76- color = "primary.solid"
77- textDecor = "underline"
78- href = "https://surveys.hotjar.com/860def81-d4f2-4f8c-abee-339ebc3129f3"
79- >
80- this survey
81- </ Link > { " " }
82- or by emailing{ " " }
83- < Link
84- color = "primary.solid"
85- textDecor = "underline"
86- href = "mailto:landcarbonlab@wri.org"
87- >
88- landcarbonlab@wri.org
89- </ Link > { ". " }
90- Visit the{ " " }
91- < Link
92- color = "primary.solid"
93- textDecor = "underline"
94- href = "https://help.globalnaturewatch.org/"
95- target = "_blank"
96- rel = "noopener noreferrer"
97- >
98- Help Center
99- </ Link > { " " }
100- to learn more about the beta.
73+ By using this preview, you're helping shape the future of Global Nature Watch.
74+ Share feedback via{ " " }
75+ < Link
76+ color = "primary.solid"
77+ textDecor = "underline"
78+ href = "https://surveys.hotjar.com/860def81-d4f2-4f8c-abee-339ebc3129f3"
79+ >
80+ this survey
81+ </ Link > { " " }
82+ or by emailing{ " " }
83+ < Link
84+ color = "primary.solid"
85+ textDecor = "underline"
86+ href = "mailto:landcarbonlab@wri.org"
87+ >
88+ landcarbonlab@wri.org
89+ </ Link >
90+ { " " }
91+ Visit the{ " " }
92+ < Link
93+ color = "primary.solid"
94+ textDecor = "underline"
95+ href = "https://help.globalnaturewatch.org/"
96+ target = "_blank"
97+ rel = "noopener noreferrer"
98+ >
99+ Help Center
100+ </ Link > { " " }
101+ to learn more about the preview.
101102 </ Text >
102103 </ Box >
103104 </ ChatDisclaimer >
0 commit comments