Skip to content

Commit 9abb53c

Browse files
committed
fix (theme): svg service default sprite name
1 parent 5b598a2 commit 9abb53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/Services/Svg.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function get_the_icon( string $icon_class, array $additionnal_classes = [
4747
// format the string to obtain sprite-name/icon-name
4848
$icon_class = str_replace( '.svg#icon-', '/', $icon_class );
4949

50-
$sprite_name = 'icons';
50+
$sprite_name = 'sprite';
5151

5252
if ( false !== strpos( $icon_class, '/' ) ) {
5353
$sprite_name = strtok( $icon_class, '/' );

0 commit comments

Comments
 (0)