Skip to content

Commit

Permalink
fix: home page copywriting error
Browse files Browse the repository at this point in the history
Signed-off-by: zhaoxinxin <[email protected]>
  • Loading branch information
Liam-Zhao committed Jan 3, 2025
1 parent 3cfc86d commit 01845e8
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 @@ -263,7 +263,7 @@ export default function Home() {
<h1 className={styles.heroTitle}>{siteConfig.title}</h1>
<div className={styles.tagline}>
<p className={clsx('hero__subtitle', styles.description)}>
<Translate>Provide</Translate>
<Translate>Provides</Translate>
<span className={styles.highlight}>
<Translate>efficient, stable, secure</Translate>
</span>
Expand Down Expand Up @@ -330,7 +330,7 @@ export default function Home() {
</div>
<div className={clsx('row')}>
<p className={styles.communitySubtitle}>
<Translate>Dragonfly contains many features as a image and file distribution system.</Translate>
<Translate>Dragonfly contains many features as an image and file distribution system.</Translate>
</p>
</div>
<div className={clsx('row', styles.featuresCardWrapper)}>
Expand Down

0 comments on commit 01845e8

Please sign in to comment.