File tree 3 files changed +6
-5
lines changed
packages/gatsby-theme-iterative
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dvcorg/gatsby-theme-iterative" ,
3
- "version" : " 0.3.18 " ,
3
+ "version" : " 0.3.19 " ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"types" : " src/typings.d.ts" ,
Original file line number Diff line number Diff line change 1
1
import Link from '../../Link'
2
+ import { ReactComponent as GithubSVG } from '../../SocialIcon/github.svg'
2
3
3
4
export const AlertContent = ( ) => (
4
5
< >
5
6
< span role = "img" aria-label = "rocket" >
6
7
🚀
7
8
</ span > { ' ' }
8
- Support our DVC Extension for VSCode on { ' ' }
9
- < Link href = "https://www.producthunt. com/posts/dvc-extension-for-vs-code " >
10
- Product Hunt
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" />
11
12
</ Link >
12
13
!
13
14
</ >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const ResultLinkComponent: React.FC<ILinkProps> = ({
23
23
rel,
24
24
target,
25
25
download = false ,
26
- className = 'underline text-blue-600 hover:text-blue-800 visited:text-purple-600 ' ,
26
+ className = 'no- underline text-blue-600 hover:text-blue-800 hover:underline ' ,
27
27
...restProps
28
28
} ) => {
29
29
// Handle all situations where a basic `a` must be used over Gatsby Link
You can’t perform that action at this time.
0 commit comments