We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e78314 commit 68d101cCopy full SHA for 68d101c
packages/gatsby-theme-iterative/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@dvcorg/gatsby-theme-iterative",
3
- "version": "0.3.19",
+ "version": "0.3.20",
4
"description": "",
5
"main": "index.js",
6
"types": "src/typings.d.ts",
packages/gatsby-theme-iterative/src/components/LayoutHeader/Alert/content.tsx
@@ -6,7 +6,7 @@ export const AlertContent = () => (
<span role="img" aria-label="rocket">
7
🚀
8
</span>{' '}
9
- DataChain Open-Source Release{' '}
+ DataChain Open-Source Release.{' '}
10
<Link href="https://github.com/iterative/datachain">
11
Start us on <GithubSVG className="h-5 w-5 inline-block align-middle" />
12
</Link>
0 commit comments