Skip to content

Commit 3e050a0

Browse files
committed
Wording change
1 parent 33dccf7 commit 3e050a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/hero.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ export default function Hero() {
1010
</u>{' '}
1111
Python
1212
</p>
13-
<p className={styles.frameworkgradient}>game library</p>
13+
<div style={{ display: 'flex' }}>
14+
<p className={styles.frameworkgradient}>game library</p>
15+
<p>&nbsp;used</p>
16+
</div>
1417
<p>to build powerful games</p>
1518
<div className={styles.pipinstallcontainer}>
1619
<p className={styles.pipinstall}>$ pip install pygame-ce</p>

0 commit comments

Comments
 (0)