fix(navbar): clickable title should use pointer cursor (#162)

This commit is contained in:
BGLuminous 2023-10-07 17:11:13 +08:00 committed by GitHub
parent 6426286010
commit f248838b3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -613,6 +613,9 @@ class NavbarCompoment extends Component {
<Typography
variant="h6"
color="inherit"
style={{
cursor: "pointer",
}}
noWrap
onClick={() => {
this.props.history.push("/");