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