We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ad723 commit 82aebe2Copy full SHA for 82aebe2
1 file changed
src/components/layout.js
@@ -16,10 +16,10 @@ export const Layout = ({
16
const bannerTitle = 'Check out the latest blog post:'
17
// The first link will be the main description for the banner
18
const bannerDescription = (
19
- <Link href='/blog/xarray-napari-plan' fontWeight='medium'>
+ <Link href='/blog/scientific-data-viewer' fontWeight='medium'>
20
{' '}
21
{/* Ensure it stands out a bit */}
22
- Xarray ❤️ napari: A plan for seamless integration
+ Exploring Scientific Data Files in VS Code with Xarray
23
</Link>
24
)
25
// The second link will be passed as children, styled to be smaller
0 commit comments