mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-26 14:54:19 +03:00
update links
This commit is contained in:
parent
1c101e0e26
commit
c19f1c5bbc
@ -199,7 +199,7 @@ class CommentsContainer extends Component {
|
||||
const { dispatch, intl, navigation, isOwnProfile } = this.props;
|
||||
|
||||
if (index === 0) {
|
||||
writeToClipboard(`https://steemit.com${get(selectedComment, 'url')}`).then(() => {
|
||||
writeToClipboard(`https://esteem.app${get(selectedComment, 'url')}`).then(() => {
|
||||
dispatch(
|
||||
toastNotification(
|
||||
intl.formatMessage({
|
||||
|
@ -1,5 +1,5 @@
|
||||
export const getPostUrl = url => {
|
||||
const BASE_URL = 'https://steemit.com';
|
||||
const BASE_URL = 'https://esteem.app';
|
||||
|
||||
return BASE_URL + url;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user