Skip to content

Commit

Permalink
feat: announce release (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
yathomasi authored Jul 23, 2024
1 parent 424be23 commit 4e78314
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-theme-iterative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dvcorg/gatsby-theme-iterative",
"version": "0.3.18",
"version": "0.3.19",
"description": "",
"main": "index.js",
"types": "src/typings.d.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
import Link from '../../Link'
import { ReactComponent as GithubSVG } from '../../SocialIcon/github.svg'

export const AlertContent = () => (
<>
<span role="img" aria-label="rocket">
🚀
</span>{' '}
Support our DVC Extension for VSCode on{' '}
<Link href="https://www.producthunt.com/posts/dvc-extension-for-vs-code">
Product Hunt
DataChain Open-Source Release{' '}
<Link href="https://github.com/iterative/datachain">
Start us on <GithubSVG className="h-5 w-5 inline-block align-middle" />
</Link>
!
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const ResultLinkComponent: React.FC<ILinkProps> = ({
rel,
target,
download = false,
className = 'underline text-blue-600 hover:text-blue-800 visited:text-purple-600',
className = 'no-underline text-blue-600 hover:text-blue-800 hover:underline',
...restProps
}) => {
// Handle all situations where a basic `a` must be used over Gatsby Link
Expand Down

0 comments on commit 4e78314

Please sign in to comment.