Native share + updated meta description

This commit is contained in:
Liyas Thomas
2020-02-15 09:53:26 +05:30
parent 7f0f932aca
commit 436de528e9
4 changed files with 31 additions and 8 deletions

View File

@@ -2382,7 +2382,7 @@ export default {
const date = new Date().toLocaleDateString();
navigator
.share({
title: `Postwoman`,
title: "Postwoman",
text: `Postwoman • API request builder at ${time} on ${date}`,
url: window.location.href
})