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 17127c6..7cd590b 100644
--- a/bootstrap/Helpers.php
+++ b/bootstrap/Helpers.php
@@ -4,7 +4,7 @@
* Helper Functions
*/
-function featherIcon(string $name, string $class = null)
+function icon(string $name, string $class = null)
{
return str_replace(
'<svg', '<svg class="' . $class . '" ',