From a6a8435eb3ac632d7a9efa10fc2f7545194c412b Mon Sep 17 00:00:00 2001 From: Prayag <55829513+prayag17@users.noreply.github.com> Date: Tue, 1 Dec 2020 17:51:12 +0530 Subject: [PATCH] Fix Syntax Error --- skins-3.0.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/skins-3.0.json b/skins-3.0.json index d836199..3975a54 100644 --- a/skins-3.0.json +++ b/skins-3.0.json @@ -97,25 +97,25 @@ "type": "checkBox", "name": "Sea Gradient", "description": "changes the Jellyfin themed Hover gradient", - "css": "@import url('https://prayag17.github.io/JellySkin/seaGradient.css');", + "css": "@import url('https://prayag17.github.io/JellySkin/seaGradient.css');" }, { "type": "checkBox", "name": "Sunset Gradient", "description": "changes the Jellyfin themed Hover gradient", - "css": "@import url('https://prayag17.github.io/JellySkin/sunsetGradient.css');", + "css": "@import url('https://prayag17.github.io/JellySkin/sunsetGradient.css');" }, { "type": "checkBox", "name": "Night Sky Gradient", "description": "changes the Jellyfin themed Hover gradient", - "css": "@import url('https://prayag17.github.io/JellySkin/nightSkyGradient.css');", + "css": "@import url('https://prayag17.github.io/JellySkin/nightSkyGradient.css');" }, { "type": "checkBox", "name": "Morning Gradient", "description": "changes the Jellyfin themed Hover gradient", - "css": "@import url('https://prayag17.github.io/JellySkin/morningGradient.css');", + "css": "@import url('https://prayag17.github.io/JellySkin/morningGradient.css');" } ] },