Skip to content

Commit cf84c94

Browse files
TomNicholaspre-commit-ci[bot]andersy005
authored
Add banner advertising DataTree post (#739)
* add banner for DataTree post * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Anderson Banihirwe <[email protected]>
1 parent 11778c4 commit cf84c94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 = "Xarray's 2024 User Survey is live now."
16+
const bannerTitle = 'Check out the new blog post on DataTree!'
1717
const bannerDescription = ''
1818
const bannerChildren = (
19-
<Link href='https://forms.gle/KEq7WviCdz9xTaJX6'>
20-
Please take ~5 minutes to fill it out and help us improve Xarray.
19+
<Link href='/blog/datatree'>
20+
Xarray x NASA: xarray.DataTree for hierarchical data structures
2121
</Link>
2222
)
2323

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function IndexPage() {
1717
card={
1818
'https://raw.githubusercontent.com/xarray-contrib/xarray.dev/main/public/Xarray-assets/Icon/Xarray_Icon_Final.png'
1919
}
20-
// enableBanner
20+
enableBanner
2121
>
2222
<HeroBanner />
2323
<Features />

0 commit comments

Comments
 (0)