Dont add url to fb share
parent
ca663261be
commit
1acf91ae04
|
|
@ -35,7 +35,7 @@ export class ImageComponent implements OnInit {
|
|||
imageHeight: 404,
|
||||
title: 'Coronavirus Anxiety?',
|
||||
description: 'The cure for coronavirus anxiety',
|
||||
url: baseUrl + '/covid'
|
||||
url: ''
|
||||
}
|
||||
};
|
||||
let dialog = this.dialog.open(SharePopupComponent, opts);
|
||||
|
|
|
|||
Loading…
Reference in New Issue