diff --git a/kit/functions.php b/kit/functions.php index ecc784e..a026f91 100644 --- a/kit/functions.php +++ b/kit/functions.php @@ -7,7 +7,7 @@ function kit_setup() { register_nav_menus( array( 'primary' => 'Main Menu', - 'secondary' => 'Footer Menu', + 'secondary' => 'Footer Menu' ) ); }; diff --git a/kit/template-parts/footer-nav.php b/kit/template-parts/footer-nav.php index d760c85..1d49e19 100644 --- a/kit/template-parts/footer-nav.php +++ b/kit/template-parts/footer-nav.php @@ -1,10 +1,10 @@