aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/Helpers.php
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/Helpers.php')
-rw-r--r--bootstrap/Helpers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/Helpers.php b/bootstrap/Helpers.php
index 7cd590b..76ee478 100644
--- a/bootstrap/Helpers.php
+++ b/bootstrap/Helpers.php
@@ -10,7 +10,7 @@ function icon(string $name, string $class = null)
'<svg', '<svg class="' . $class . '" ',
file_get_contents(
$_SERVER['DOCUMENT_ROOT']
- . '/..' . '/public/css/fonts/feather-icons/' . $name . '.svg'
+ . '/..' . '/public/css/icons/feather/' . $name . '.svg'
)
);
}