fix usage of legacy get.status.im domain

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-06-02 22:20:11 +02:00
parent 2268b2c66a
commit dca106434b
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
4 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@ That said, this Dapp is not game proof. If the outcome of your vote has financia
The Dapp is live on mainnet and used by SNT holders at vote.status.im. If you interested in checking out the user flow and UI, head over there. If you are interested in the UI and UX of token voting dapp, checkout our blog post about the design process: https://our.status.im/designing-the-status-im-voting-dapp/
## Contact
If you have any questions or queries the whole team is on Status on the status-snt-voting-dapp public chat group which can be opened here on Status mobile: https://get.status.im/chat/public/status-snt-voting-dapp
If you have any questions or queries the whole team is on Status on the status-snt-voting-dapp public chat group which can be opened here on Status mobile: https://join.status.im/status-snt-voting-dapp
## Getting it running on your local machine

View File

@ -39,8 +39,8 @@ const HelpDialog = props => (
<Typography variant="display1">Chat to us on Status</Typography>
<Typography variant="body1">
Tap here:{' '}
<a href="https://get.status.im/chat/public/status-snt-voting-dapp">
get.status.im/chat/public/status-snt-voting-dapp
<a href="https://join.status.im/status-snt-voting-dapp">
join.status.im/status-snt-voting-dapp
</a>{' '}
to chat with us.{' '}
</Typography>

View File

@ -45,7 +45,7 @@ class ConnectYourWallet extends Component {
history.push('/votingCredits/' + idPoll);
}
} else {
window.location.href = 'https://get.status.im/browse/' + location.href.replace(/^http(s?):\/\//, '');
window.location.href = 'https://join.status.im/b/' + location.href.replace(/^http(s?):\/\//, '');
}
}
};

View File

@ -14,7 +14,7 @@ const NoConnection = () => {
<Typography variant="headline">Status SNT Voting</Typography>
<Typography variant="body1">To start voting, connect to a wallet where you hold your SNT</Typography>
<div className="action">
<a href="https://get.status.im/browse/vote.status.im">
<a href="https://join.status.im/b/vote.status.im">
<Button color="primary" variant="contained">
CONNECT USING STATUS
</Button>