File tree 1 file changed +5
-14
lines changed
1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
import type { Props } from ' @astrojs/starlight/props' ;
3
- import CallToAction from ' @astrojs/starlight/components/CallToAction.astro' ;
4
- import { Code } from ' @astrojs/starlight/components' ;
3
+ import { Code , LinkButton } from ' @astrojs/starlight/components' ;
5
4
import { Content as Tagline } from ' ./tagline.md' ;
6
5
---
7
6
@@ -40,20 +39,12 @@ local k = import "k.libsonnet";
40
39
</div >
41
40
42
41
<div class =" sl-flex actions" >
43
- <CallToAction
44
- link =" ./install/"
45
- variant =" primary"
46
- icon ={ { type: ' icon' , name: ' right-arrow' }}
42
+ <LinkButton href =" ./install/" variant =" primary" icon =" right-arrow"
43
+ >Get started</LinkButton
47
44
>
48
- Get started
49
- </CallToAction >
50
- <CallToAction
51
- link =" ./tutorial/overview/"
52
- variant =" minimal"
53
- icon ={ { type: ' icon' , name: ' laptop' }}
45
+ <LinkButton href =" ./tutorial/overview/" variant =" minimal" icon =" laptop"
46
+ >Read the tutorial</LinkButton
54
47
>
55
- Read the tutorial
56
- </CallToAction >
57
48
</div >
58
49
</div >
59
50
</div >
You can’t perform that action at this time.
0 commit comments