Skip to content

Commit f155a35

Browse files
committed
feat(homepage): add onboarding button to hero section
1 parent 780cef7 commit f155a35

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/pages/index.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,20 @@ export default function Home(): JSX.Element {
6464
>
6565
<Translate id="homepage.getStarted">开始阅读</Translate>
6666
</Link>
67-
67+
6868
<Link
6969
className="button button--secondary button--lg"
7070
to="https://xrobot-org.github.io/libxr_web_demo/"
7171
>
7272
<Translate id="homepage.onlineDemo">在线演示</Translate>
7373
</Link>
74+
75+
<Link
76+
className="button button--secondary button--lg"
77+
to="https://xrobot-org.github.io/XRobot-Onboarding/"
78+
>
79+
<Translate id="homepage.onboarding">上手引导</Translate>
80+
</Link>
7481
</motion.div>
7582
</div>
7683
</section>

0 commit comments

Comments
 (0)