mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
statusbar: dropdown uses cursor: pointer
This commit is contained in:
parent
e0be1223c8
commit
3c4a62accf
@ -74,6 +74,7 @@ const StatusBar = (props) => {
|
||||
<Row
|
||||
p={1}
|
||||
color='black'
|
||||
cursor='pointer'
|
||||
fontSize={0}
|
||||
onClick={() => props.history.push('/~profile/~' + window.ship)}>
|
||||
View Profile
|
||||
@ -81,6 +82,7 @@ const StatusBar = (props) => {
|
||||
<Row
|
||||
p={1}
|
||||
color='black'
|
||||
cursor='pointer'
|
||||
fontSize={0}
|
||||
onClick={() => props.history.push('/~profile/~' + window.ship)}>
|
||||
Set Status
|
||||
@ -88,6 +90,7 @@ const StatusBar = (props) => {
|
||||
<Row
|
||||
p={1}
|
||||
color='black'
|
||||
cursor='pointer'
|
||||
fontSize={0}
|
||||
onClick={() => props.history.push('/~profile/~' + window.ship)}>
|
||||
System Settings
|
||||
|
Loading…
Reference in New Issue
Block a user