Browse Source

Remove comma from line 66.

Jeff Ong 4 years ago
parent
commit
fed4588a35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spearhead/header.php

+ 1 - 1
spearhead/header.php

@@ -63,7 +63,7 @@ $header_classes .= $has_primary_nav ? ' has-menu' : '';
 									'link_after'     => '</span>' . seedlet_get_icon_svg(
 										'link',
 										'container_class' => 'social-navigation',
-										'depth'           => 1,
+										'depth'           => 1
 									),
 								);
 						endif;