From 211659f759555767e010bf39a6d880177ba65c30 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Tue, 14 Dec 2021 09:48:39 +0200 Subject: [PATCH] Fixed styling of app name on mobile installed versions --- app/public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/public/manifest.json b/app/public/manifest.json index d2e5531d..882bb696 100644 --- a/app/public/manifest.json +++ b/app/public/manifest.json @@ -1,5 +1,5 @@ { - "name": "Dice Cloud", + "name": "DiceCloud", "icons": [ { "src": "\/android-chrome-36x36.png?v=lk6WXp6Pmj",