Skip to content

Commit 82aebe2

Browse files
committed
Added link to scientific data viewer article in banner
1 parent 12ad723 commit 82aebe2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/layout.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ export const Layout = ({
1616
const bannerTitle = 'Check out the latest blog post:'
1717
// The first link will be the main description for the banner
1818
const bannerDescription = (
19-
<Link href='/blog/xarray-napari-plan' fontWeight='medium'>
19+
<Link href='/blog/scientific-data-viewer' fontWeight='medium'>
2020
{' '}
2121
{/* Ensure it stands out a bit */}
22-
Xarray ❤️ napari: A plan for seamless integration
22+
Exploring Scientific Data Files in VS Code with Xarray
2323
</Link>
2424
)
2525
// The second link will be passed as children, styled to be smaller

0 commit comments

Comments
 (0)