Skip to content

Commit

Permalink
chore: Update homepage header text
Browse files Browse the repository at this point in the history
  • Loading branch information
Penggeor committed Sep 12, 2024
1 parent 803847f commit 8a4fd64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/HomepageHeader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export default function HomepageHeader(): React.ReactElement {
return (
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className='container'>
<p className='hero__title'> 妓女不能等有了性欲才接客</p>
<p className='hero__title'>作家不能等有了灵感才写作 </p>
<p className='hero__title'>——李敖</p>
<p className='hero__title'>你写的每一行代码</p>
<p className='hero__title'>都是你的名片</p>
{/* <p className='hero__title'>💳</p> */}
</div>
</header>
)
Expand Down

0 comments on commit 8a4fd64

Please sign in to comment.