Skip to content

Commit c64fe8b

Browse files
authored
add survey link to the banner (#683)
1 parent 48ed351 commit c64fe8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/layout.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ export const Layout = ({
1313
url = 'https://xarray.dev',
1414
enableBanner = false,
1515
}) => {
16-
const bannerTitle = 'Checkout the new blog post on Pangeo ML!'
16+
const bannerTitle = 'Xarray’s 2024 User Survey is live now.'
1717
const bannerDescription = ''
1818
const bannerChildren = (
19-
<Link href='/blog/pangeo-ml-ecosystem-2023'>
20-
The Pangeo Machine Learning Ecosystem!
19+
<Link href='https://forms.gle/KEq7WviCdz9xTaJX6'>
20+
Please take ~5 minutes to fill it out and help us improve Xarray.
2121
</Link>
2222
)
2323
return (

0 commit comments

Comments
 (0)