We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f39ff commit c9c209bCopy full SHA for c9c209b
app/src/components/top/NavBar.tsx
@@ -145,7 +145,7 @@ const NavBar: React.FC = () => {
145
return (
146
<div>
147
<nav className="main-navbar" style={{ backgroundColor: '#151515' }}>
148
- <Link to="/" style={{ textDecoration: 'none' }}>
+ <Link to="/" style={{ textDecoration: 'none', cursor: 'default' }}>
149
<div className="main-logo">
150
<Avatar src={logo}></Avatar>
151
<h1 style={{ color: 'white' }}>ReacType</h1>
0 commit comments