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 bc573b9 commit 676ddd8Copy full SHA for 676ddd8
packages/gatsby-theme-iterative/src/components/LayoutHeader/Alert/content.tsx
@@ -6,9 +6,10 @@ export const AlertContent = () => (
6
<span role="img" aria-label="rocket">
7
🚀
8
</span>{' '}
9
- New Release!{' '}
10
- <Link href="https://iterative.ai/blog/dvc-3.0-ml-experiments-data-versioning/">
11
- The DVC 3.0 Stack: Beyond the Command Line
12
- </Link>{' '}
+ Support our DVC Extension for VSCode on{' '}
+ <Link href="https://www.producthunt.com/posts/dvc-extension-for-vs-code">
+ Product Hunt
+ </Link>
13
+ !
14
</>
15
)
0 commit comments