File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
i18n/en/docusaurus-plugin-content-pages Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ export default function Home(): JSX.Element {
53
53
54
54
< motion . div
55
55
className = "buttons"
56
+ style = { { display : 'flex' , gap : '1.5rem' , justifyContent : 'center' , flexWrap : 'wrap' } }
56
57
initial = { { opacity : 0 , scale : 0.95 } }
57
58
animate = { { opacity : 1 , scale : 1 } }
58
59
transition = { { delay : 0.6 , duration : 0.6 } }
@@ -63,6 +64,13 @@ export default function Home(): JSX.Element {
63
64
>
64
65
< Translate id = "homepage.getStarted" > Get Started</ Translate >
65
66
</ Link >
67
+
68
+ < Link
69
+ className = "button button--secondary button--lg"
70
+ to = "https://xrobot-org.github.io/libxr_web_demo/index_en.html"
71
+ >
72
+ < Translate id = "homepage.onlineDemo" > Online Demo</ Translate >
73
+ </ Link >
66
74
</ motion . div >
67
75
</ div >
68
76
</ section >
You can’t perform that action at this time.
0 commit comments