We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ed351 commit c64fe8bCopy full SHA for c64fe8b
src/components/layout.js
@@ -13,11 +13,11 @@ export const Layout = ({
13
url = 'https://xarray.dev',
14
enableBanner = false,
15
}) => {
16
- const bannerTitle = 'Checkout the new blog post on Pangeo ML!'
+ const bannerTitle = 'Xarray’s 2024 User Survey is live now.'
17
const bannerDescription = ''
18
const bannerChildren = (
19
- <Link href='/blog/pangeo-ml-ecosystem-2023'>
20
- The Pangeo Machine Learning Ecosystem!
+ <Link href='https://forms.gle/KEq7WviCdz9xTaJX6'>
+ Please take ~5 minutes to fill it out and help us improve Xarray.
21
</Link>
22
)
23
return (
0 commit comments