File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import React from 'react';
2
2
import GithubStarCount from './GithubStarCount' ;
3
3
import RadialBlur from './RadialBlur' ;
4
4
import HomescreenSvg from '../../static/homescreen.svg' ;
5
+ import Link from '@docusaurus/Link' ;
5
6
6
7
export default function Hero ( ) {
7
8
return (
@@ -39,13 +40,13 @@ export default function Hero() {
39
40
Try Windmill Cloud
40
41
</ a >
41
42
42
- < a
43
+ < Link
43
44
href = "docs/advanced/self_host"
44
- onClick = { ( ) => window . plausible ( 'self-host' ) }
45
+ onClick = { ( ) => window . plausible ?. ( 'self-host' ) }
45
46
className = "text-base font-semibold leading-7 text-gray-900 dark:text-gray-200 text !no-underline"
46
47
>
47
48
Self-host in 3 mins < span aria-hidden = "true" > →</ span >
48
- </ a >
49
+ </ Link >
49
50
</ div >
50
51
< div className = "w-full font-medium text-slate-400 text-left mt-16 flex-container" >
51
52
Backed by
You can’t perform that action at this time.
0 commit comments