Skip to content

Commit e9ae7dc

Browse files
committed
No underline for logo text on hover
1 parent 432158a commit e9ae7dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/navbar.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ export default function NavBar() {
7272
</div>
7373
<div className={styles.content}>
7474
<div className={styles.left}>
75-
<Link href="/"><a><Logo /></a></Link>
75+
<Link href="/">
76+
<a style={{ textDecoration: 'none' }}><Logo /></a>
77+
</Link>
7678
</div>
7779
<div className={styles.right}>
7880
<ul>

0 commit comments

Comments
 (0)