Skip to content

Commit

Permalink
No tooltips in mobile or Cordova, for Jira issue 174
Browse files Browse the repository at this point in the history
Resolves https://wevoteusa.atlassian.net/browse/WV-174
Removes sign in with Facebook from Cordova Android (temporary).
  • Loading branch information
SailingSteve committed Dec 6, 2023
1 parent b60c98e commit 3be9d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/pages/Settings/HamburgerMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ export default class HamburgerMenu extends Component {
<tr className="hamburger-terms__tr-terms">
<td className="hamburger-terms__td" colSpan={3}>
<div>
<span className="hamburger-terms__text" onClick={() => this.deviceTableVisibilityOn()} style={{ color: 'black', opacity: '0.7', fontSize: '10px' }}>
<span className="hamburger-terms__text" onClick={() => this.deviceTableVisibilityOn()} style={{ color: 'black', opacity: '0.7', fontSize: '15px' }}>
Device Information
</span>
<DeviceDialog visibilityOffFunction={this.deviceTableVisibilityOff} show={this.state.showDeviceDialog} />
Expand Down

0 comments on commit 3be9d97

Please sign in to comment.