Browse Source

Fix trailing comma.

Jeff Ong 4 years ago
parent
commit
1de4583ca8
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' ),
 									'link_after'      => '</span>' . seedlet_get_icon_svg( 'link' ),
 									'container_class' => 'social-navigation',
 									'container_class' => 'social-navigation',
 									'depth'           => 1,
 									'depth'           => 1,
-								),
+								)
 							);
 							);
 						endif;
 						endif;
 						?>
 						?>