We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d101c commit f849815Copy full SHA for f849815
packages/gatsby-theme-iterative/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@dvcorg/gatsby-theme-iterative",
3
- "version": "0.3.20",
+ "version": "0.3.21",
4
"description": "",
5
"main": "index.js",
6
"types": "src/typings.d.ts",
packages/gatsby-theme-iterative/src/components/LayoutHeader/Alert/content.tsx
@@ -8,7 +8,7 @@ export const AlertContent = () => (
8
</span>{' '}
9
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" />
+ Star us on <GithubSVG className="h-5 w-5 inline-block align-middle" />
12
</Link>
13
!
14
</>
0 commit comments