From 6bb4e585d8b9f778bd53a77966f93a661db71374 Mon Sep 17 00:00:00 2001 From: Anna Dabrowska Date: Mon, 14 Oct 2019 16:14:26 +0200 Subject: [PATCH] Update CDN URL for SVG icons --- svg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svg.php b/svg.php index 0b33c47..ef70f5a 100644 --- a/svg.php +++ b/svg.php @@ -87,7 +87,7 @@ class SVG { const IMGDIR = __DIR__ . '/img/'; const BACKGROUNDCLASS = 'sprintdoc-background'; - const CDNBASE = 'https://cdn.rawgit.com/Templarian/MaterialDesign/master/icons/svg/'; + const CDNBASE = 'https://cdn.rawgit.com/Templarian/MaterialDesign/master/svg/'; protected $file; protected $replacements;