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 {
5353
5454 < motion . div
5555 className = "buttons"
56+ style = { { display : 'flex' , gap : '1.5rem' , justifyContent : 'center' , flexWrap : 'wrap' } }
5657 initial = { { opacity : 0 , scale : 0.95 } }
5758 animate = { { opacity : 1 , scale : 1 } }
5859 transition = { { delay : 0.6 , duration : 0.6 } }
@@ -63,6 +64,13 @@ export default function Home(): JSX.Element {
6364 >
6465 < Translate id = "homepage.getStarted" > Get Started</ Translate >
6566 </ 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 >
6674 </ motion . div >
6775 </ div >
6876 </ section >
You can’t perform that action at this time.
0 commit comments