Skip to content

Commit

Permalink
Update header.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jessuppi committed Jan 30, 2023
1 parent 50696d2 commit e5d6d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

<nav id="offcanvas-menu">
<?php if ( class_exists( 'WooCommerce' ) ) { ?>
<div class="cart-button-offcanvas-wrapper"><a href="/cart/"><div class="cart-button-offcanvas"><i class="material-icons cart">shopping_cart</i>My Cart<div class="notification-dot-offcanvas"><?php echo WC()->cart->get_cart_contents_count(); ?></div></div></a></div><!-- cart-icon-wrapper -->
<div class="cart-button-offcanvas-wrapper"><a href="/cart/"><div class="cart-button-offcanvas"><i class="material-icons cart">shopping_cart</i><?php _e( 'My Cart', 'hovercraft' ) ?><div class="notification-dot-offcanvas"><?php echo WC()->cart->get_cart_contents_count(); ?></div></div></a></div><!-- cart-icon-wrapper -->
<?php } ?>
<?php
if ( has_nav_menu( 'main-menu' ) ) {
Expand Down

0 comments on commit e5d6d27

Please sign in to comment.