diff --git a/lib/functions/theme-functions.php b/lib/functions/theme-functions.php index 78f8d3b..143c1f5 100644 --- a/lib/functions/theme-functions.php +++ b/lib/functions/theme-functions.php @@ -76,7 +76,7 @@ function trestle_nav_modifications() { function trestle_add_mobile_nav() { // Only add the button if there is a primary menu if ( 1 == genesis_get_option( 'trestle_auto_nav' ) || has_nav_menu( 'primary' ) ) - echo '' . do_shortcode( genesis_get_option( 'trestle_nav_button_text' ) ) . ''; + echo '' . do_shortcode( genesis_get_option( 'trestle_nav_button_text' ) ) . ''; } /** diff --git a/screenshot.png b/screenshot.png index ba57b3e..2e70c6f 100644 Binary files a/screenshot.png and b/screenshot.png differ