diff --git a/dev-dist/sw.js b/dev-dist/sw.js index 186535f..f5e07aa 100644 --- a/dev-dist/sw.js +++ b/dev-dist/sw.js @@ -82,7 +82,7 @@ define(['./workbox-7a5e81cd'], (function (workbox) { 'use strict'; */ workbox.precacheAndRoute([{ "url": "index.html", - "revision": "0.3a36j2s74ho" + "revision": "0.ohmkvc7m8mo" }], {}); workbox.cleanupOutdatedCaches(); workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), { diff --git a/src/utils/shareUtils.js b/src/utils/shareUtils.js index 66ae63d..7e2a55c 100644 --- a/src/utils/shareUtils.js +++ b/src/utils/shareUtils.js @@ -227,7 +227,11 @@ export function buildShareSVG(data, t, formattedTime) { } // URL - svgContent += `${appUrl}`; + svgContent += ` + + ${appUrl} + + `; svgContent += ''; return svgContent;