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 e3cf9cb commit debab55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function HomePage() {
<div className={styles.heroInner}>
<Heading as="h1" className={styles.heroProjectTagline}>
<img
width="250"
width="300"
className={styles.heroLogo}
src="./img/logo.svg"
alt="logo"
Expand All @@ -33,7 +33,7 @@ export default function HomePage() {
</Heading>
<div className={styles.buttons}>
<Link className="button button--primary" to="/docs/getting-started/use-systemd">
<Translate id="homepage.button.quick-start"> 快速开始 </Translate>
<Translate id="homepage.button.quick-start"> 快速开始 </Translate>
</Link>
<Link className="button button--info" to="/docs/introduction">
<Translate id="homepage.button.info"> 了解更多 </Translate>
Expand Down

0 comments on commit debab55

Please sign in to comment.