Skip to content

Commit cd9593a

Browse files
authored
Make the logo redirect to home (#6)
* Make the logo redirect to home * Update nav-bar.tsx * ran prettier
1 parent 64f7ca9 commit cd9593a

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)