Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SilianZ authored Jun 15, 2024
1 parent 7dea055 commit 5d21b93
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ export default function HomePage() {
/>
</Heading>
<div className={styles.buttons}>
<Link className="button button--primary" to="/docs/introduction">
<Translate id="homepage.button">快速开始 ⚡ </Translate>
<Link className="button button--primary" to="/docs/getting-started/use-systemd">
<Translate id="homepage.button.quick-start"> 快速开始 ⚡ </Translate>
</Link>
<Link className="button button--info" to="/docs">
<Translate id="homepage.button.info"> 了解更多 </Translate>
</Link>
</div>
</div>
Expand Down

0 comments on commit 5d21b93

Please sign in to comment.