]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/components/DynamicTheme.vue
Initial Emby service commit
[github/bastienwirtz/homer.git] / src / components / DynamicTheme.vue
index fc2fd55034c1c37c6c5ad1171df0156e8851bf00..2d37fcbbf611594141dbf409a0f907326e3cad1e 100644 (file)
@@ -25,7 +25,7 @@ export default {
       for (const themeVars in theme) {
         let value = `${theme[themeVars]}`;
         if (!value) {
-          value = "inital";
+          value = "initial";
         } else if (themeVars == "background-image") {
           value = `url(${theme[themeVars]})`;
         }