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 3be9d97 commit 425c318
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/js/components/Navigation/FooterMainWeVote.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import React, { Component, Suspense } from 'react';
import { Link } from 'react-router-dom';
import styled from 'styled-components';
import OpenExternalWebSite from '../../common/components/Widgets/OpenExternalWebSite';
import { isWebApp } from '../../common/utils/isCordovaOrWebApp';
import AppObservableStore from '../../common/stores/AppObservableStore';
import { isWebApp } from '../../common/utils/isCordovaOrWebApp';
import VoterStore from '../../stores/VoterStore';

const BallotElectionListWithFilters = React.lazy(() => import(/* webpackChunkName: 'BallotElectionListWithFilters' */ '../Ballot/BallotElectionListWithFilters'));
Expand Down Expand Up @@ -129,6 +129,8 @@ class FooterMainWeVote extends Component {
) : (
<>
<Link to="/more/faq" className={classes.link}>Frequently Asked Questions</Link>
<RowSpacer />
<Link to="/more/attributions" className={classes.link}>Attributions</Link>
</>
)}
</OneRow>
Expand Down

0 comments on commit 425c318

Please sign in to comment.