Skip to content

Commit 18299d9

Browse files
committed
Merge branch 'main' into docs-regen
2 parents 38345a0 + cd9593a commit 18299d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/nav-bar.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ import styles from '@/styles/nav-bar.module.css';
33
export default function Navbar() {
44
return (
55
<div className={styles.nav}>
6-
<div className={styles.title}>pygame</div>
6+
<div className={styles.title}>
7+
<a href="">pygame</a>
8+
</div>
79
<ul>
810
<li>
911
<a href="docs">Documentation</a>

0 commit comments

Comments
 (0)