Skip to content

Commit

Permalink
fix: title rendering error
Browse files Browse the repository at this point in the history
  • Loading branch information
RylanBot committed Jun 14, 2024
1 parent 49f8a2c commit e67f842
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ function HomepageHeader() {
__html: 'The <b>Organization</b> for fzuers'
}}
/>
<h2> 西二在线成立于 1998 年,是福州大学最大的学生组织</h2>
</Heading>
<Heading as="h2" className='text-white'>
西二在线成立于 1998 年,是福州大学最大的学生组织
</Heading>
<div className={styles.indexCtas}>
<Link className="button button--primary" to="/docs/intro">
Expand Down

0 comments on commit e67f842

Please sign in to comment.