diff --git a/frontend/src/Content/Images/Icons/android-chrome-192x192.png b/frontend/src/Content/Images/Icons/android-chrome-192x192.png index c76e4f0075..24aeb622cd 100644 Binary files a/frontend/src/Content/Images/Icons/android-chrome-192x192.png and b/frontend/src/Content/Images/Icons/android-chrome-192x192.png differ diff --git a/frontend/src/Content/Images/Icons/android-chrome-512x512.png b/frontend/src/Content/Images/Icons/android-chrome-512x512.png index d5a15d0312..e5a5ec8b84 100644 Binary files a/frontend/src/Content/Images/Icons/android-chrome-512x512.png and b/frontend/src/Content/Images/Icons/android-chrome-512x512.png differ diff --git a/frontend/src/Content/manifest.json b/frontend/src/Content/manifest.json index 5c2b3d59d5..273172aae7 100644 --- a/frontend/src/Content/manifest.json +++ b/frontend/src/Content/manifest.json @@ -13,7 +13,7 @@ } ], "start_url": "__URL_BASE__/", - "theme_color": "#3a3f51", - "background_color": "#3a3f51", + "theme_color": "#0d9488", + "background_color": "#0f766e", "display": "standalone" } diff --git a/frontend/src/System/Updates/Updates.tsx b/frontend/src/System/Updates/Updates.tsx index 1d2fb5e2c3..d0b8c7b30f 100644 --- a/frontend/src/System/Updates/Updates.tsx +++ b/frontend/src/System/Updates/Updates.tsx @@ -284,8 +284,8 @@ function Updates() {
diff --git a/frontend/src/Utilities/String/translate.ts b/frontend/src/Utilities/String/translate.ts index 11abc3116e..60302c6456 100644 --- a/frontend/src/Utilities/String/translate.ts +++ b/frontend/src/Utilities/String/translate.ts @@ -35,7 +35,7 @@ export default function translate( const translation = translations[key] || key; - tokens.appName = 'Radarr'; + tokens.appName = 'Logarr'; // Fallback to the old behaviour for translations not yet updated to use named tokens Object.values(tokens).forEach((value, index) => { diff --git a/frontend/src/index.ejs b/frontend/src/index.ejs index f40ed28dc2..10cc51024f 100644 --- a/frontend/src/index.ejs +++ b/frontend/src/index.ejs @@ -14,7 +14,7 @@ - + <% } %> <% for (key in htmlWebpackPlugin.files.css) { %><% } %> - Radarr + Logarr