From 8a04e1e7c050c282bd6ec5ebad9350744aa8d93b Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 18 Jul 2020 10:57:44 +0200 Subject: [PATCH] :wrench: (pwa) remove icons for shortcuts --- vue.config.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/vue.config.js b/vue.config.js index 35d03c2..807718d 100644 --- a/vue.config.js +++ b/vue.config.js @@ -14,13 +14,9 @@ module.exports = { shortcuts: [ { name: 'Start a session', - short_name: 'Start session', + short_name: 'Start', description: 'Start a pair programming session', - url: '/?play=true', - icons: [ - { src: '/img/shortcuts/play-192x192.png', sizes: '192x192' }, - { src: '/img/shortcuts/play-144x144.png', sizes: '144x144' } - ] + url: '/?play=true' } ], icons: [