From f248838b3d5fb014745cedc377a9fc7a40b496bf Mon Sep 17 00:00:00 2001 From: BGLuminous <38455589+bgluminous@users.noreply.github.com> Date: Sat, 7 Oct 2023 17:11:13 +0800 Subject: [PATCH] fix(navbar): clickable title should use pointer cursor (#162) --- src/component/Navbar/Navbar.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/component/Navbar/Navbar.js b/src/component/Navbar/Navbar.js index 6f66a6f..b82f5c4 100644 --- a/src/component/Navbar/Navbar.js +++ b/src/component/Navbar/Navbar.js @@ -613,6 +613,9 @@ class NavbarCompoment extends Component { { this.props.history.push("/");