Skip to content

Commit 1f5847f

Browse files
authored
Merge pull request #20 from Notenlish/pygame-to-ce
update navbar to pygame-ce
2 parents ab4a455 + 7c295fb commit 1f5847f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/nav-bar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function Navbar() {
1111
return (
1212
<div className={styles.nav}>
1313
<div className={styles.title}>
14-
<a href="">pygame</a>
14+
<a href="">pygame-ce</a>
1515
</div>
1616
<div className={styles.mobilemenuicon} onClick={handleMenuClick}>
1717
<span className="material-symbols-outlined">menu</span>

0 commit comments

Comments
 (0)