Skip to content

Commit c9c209b

Browse files
committed
disabled cursor to click on navbar logo and title
1 parent 15f39ff commit c9c209b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/components/top/NavBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const NavBar: React.FC = () => {
145145
return (
146146
<div>
147147
<nav className="main-navbar" style={{ backgroundColor: '#151515' }}>
148-
<Link to="/" style={{ textDecoration: 'none' }}>
148+
<Link to="/" style={{ textDecoration: 'none', cursor: 'default' }}>
149149
<div className="main-logo">
150150
<Avatar src={logo}></Avatar>
151151
<h1 style={{ color: 'white' }}>ReacType</h1>

0 commit comments

Comments
 (0)