Skip to content

Commit

Permalink
Removed an extra space (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshar-dave authored Feb 23, 2024
1 parent 42400e9 commit 24aa153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const Hero = () => {
<div className={styles.toast} />
</div>
<h1 className={styles.heading}>Sonner</h1>
<p style={{ marginTop: 0, fontSize: 18, textAlign: 'center' }}>An opinionated toast component for React .</p>
<p style={{ marginTop: 0, fontSize: 18, textAlign: 'center' }}>An opinionated toast component for React.</p>
<div className={styles.buttons}>
<button
data-primary=""
Expand Down

0 comments on commit 24aa153

Please sign in to comment.