Skip to content

Commit f849815

Browse files
committed
fix: typo
1 parent 68d101c commit f849815

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.20",
3+
"version": "0.3.21",
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
@@ -8,7 +8,7 @@ export const AlertContent = () => (
88
</span>{' '}
99
DataChain Open-Source Release.{' '}
1010
<Link href="https://github.com/iterative/datachain">
11-
Start us on <GithubSVG className="h-5 w-5 inline-block align-middle" />
11+
Star us on <GithubSVG className="h-5 w-5 inline-block align-middle" />
1212
</Link>
1313
!
1414
</>

0 commit comments

Comments
 (0)