Skip to content

Commit 68d101c

Browse files
committed
chore: fix typo
1 parent 4e78314 commit 68d101c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/gatsby-theme-iterative/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dvcorg/gatsby-theme-iterative",
3-
"version": "0.3.19",
3+
"version": "0.3.20",
44
"description": "",
55
"main": "index.js",
66
"types": "src/typings.d.ts",

packages/gatsby-theme-iterative/src/components/LayoutHeader/Alert/content.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const AlertContent = () => (
66
<span role="img" aria-label="rocket">
77
🚀
88
</span>{' '}
9-
DataChain Open-Source Release{' '}
9+
DataChain Open-Source Release.{' '}
1010
<Link href="https://github.com/iterative/datachain">
1111
Start us on <GithubSVG className="h-5 w-5 inline-block align-middle" />
1212
</Link>

0 commit comments

Comments
 (0)