mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-25 19:52:48 +00:00
fix(navbar): clickable title should use pointer cursor (#162)
This commit is contained in:
parent
6426286010
commit
f248838b3d
|
|
@ -613,6 +613,9 @@ class NavbarCompoment extends Component {
|
|||
<Typography
|
||||
variant="h6"
|
||||
color="inherit"
|
||||
style={{
|
||||
cursor: "pointer",
|
||||
}}
|
||||
noWrap
|
||||
onClick={() => {
|
||||
this.props.history.push("/");
|
||||
|
|
|
|||
Loading…
Reference in New Issue