Skip to content

Commit a5d3d22

Browse files
committed
Update index.tsx.
1 parent 11d2b01 commit a5d3d22

File tree

1 file changed

+8
-0
lines changed
  • i18n/en/docusaurus-plugin-content-pages

1 file changed

+8
-0
lines changed

i18n/en/docusaurus-plugin-content-pages/index.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)