mirror of
https://github.com/status-im/snt-voting.git
synced 2025-02-20 14:18:34 +00:00
fix usage of legacy get.status.im domain
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
2268b2c66a
commit
dca106434b
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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?):\/\//, '');
|
||||
}
|
||||
}
|
||||
};
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user