Skip to content

Commit f9b1397

Browse files
committed
set cursor to pointer in menu icon
1 parent 45270a0 commit f9b1397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/components/Header.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ function Header(props) {
77
<h1 className="font-sans text-2xl antialiased font-extrabold text-white">
88
drawRTC
99
</h1>
10-
<div className="" id="options">
11-
<FaBars size={25} onClick={props.toggleMenu}/>
10+
<div className="cursor-pointer" id="options">
11+
<FaBars size={25} onClick={props.toggleMenu} />
1212
</div>
1313
</div>
1414
);

0 commit comments

Comments
 (0)