statusbar: dropdown uses cursor: pointer

This commit is contained in:
Matilde Park 2021-01-26 18:47:44 -05:00
parent e0be1223c8
commit 3c4a62accf

View File

@ -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