🔧 (pwa) remove icons for shortcuts
This commit is contained in:
@@ -14,13 +14,9 @@ module.exports = {
|
|||||||
shortcuts: [
|
shortcuts: [
|
||||||
{
|
{
|
||||||
name: 'Start a session',
|
name: 'Start a session',
|
||||||
short_name: 'Start session',
|
short_name: 'Start',
|
||||||
description: 'Start a pair programming session',
|
description: 'Start a pair programming session',
|
||||||
url: '/?play=true',
|
url: '/?play=true'
|
||||||
icons: [
|
|
||||||
{ src: '/img/shortcuts/play-192x192.png', sizes: '192x192' },
|
|
||||||
{ src: '/img/shortcuts/play-144x144.png', sizes: '144x144' }
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
icons: [
|
icons: [
|
||||||
|
|||||||
Reference in New Issue
Block a user