Dont add url to fb share

test
dan 2020-03-29 17:11:39 -06:00
parent ca663261be
commit 1acf91ae04
1 changed files with 1 additions and 1 deletions

View File

@ -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);