From cf95aeff7aa1f303b24d48275340d1c1b042002e Mon Sep 17 00:00:00 2001 From: j Date: Tue, 15 Jun 2021 22:39:28 +0100 Subject: [PATCH] fix NoCopyright icon in config.pandora.jsonc --- pandora/config.pandora.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index bd76faa28..4b570bf3f 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -29,7 +29,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "text": Text shown on mouseover */ "cantPlay": { - "icon": "noCopyright", + "icon": "NoCopyright", "link": "", "text": "" },