fixing syntax error in the assets uri for the off canvas icons
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 17 Oct 2016 19:07:02 +0000 (15:07 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 17 Oct 2016 19:07:02 +0000 (15:07 -0400)
parts/off-canvas-menu.php

index bb96a73..640b949 100644 (file)
@@ -3,7 +3,7 @@
     
     <div id="guest-reg-offcanvas" class="small-12 columns">
         <a class="rent-guest-house" href="<?php echo esc_url( get_permalink( get_page_by_path( 'about/headlands-guest-house' ) ) ); ?>">
-            <img class="rent-guest" src="<?php echo get_template_directory_uri(); ?>/assets/images/guest-house-icon-left.png">
+            <img class="rent-guest" src="<?php echo get_template_directory_uri(); ?>/assets/guest-house-icon-left.png">
         </a>
             <a class="right rent-waterfront-anchor" href="<?php echo esc_url( get_permalink( get_page_by_path( 'about/headlands-guest-house' ) ) ); ?>">
             <img class="rent-event" src="<?php echo get_template_directory_uri(); ?>/assets/waterfront-event-center-icon-left.png">