diff --git a/htdocs/wp-content/themes/lawcarta/header.php b/htdocs/wp-content/themes/lawcarta/header.php index 107cab2..4f332df 100644 --- a/htdocs/wp-content/themes/lawcarta/header.php +++ b/htdocs/wp-content/themes/lawcarta/header.php @@ -230,7 +230,7 @@ height="0" width="0" style="display:none;visibility:hidden"> dashboard: appUrl + '/dashboard', catalog: appUrl + '/catalog', library: appUrl + '/library', - bundles: appUrl + '/bundle', + // bundles: appUrl + '/bundle', features: wpUrl + '/features', aboutUs: wpUrl + '/about-us', cart: appUrl + '/checkout/cart', @@ -258,7 +258,7 @@ height="0" width="0" style="display:none;visibility:hidden"> if (!isGuest) desktopLinks += 'Dashboard'; desktopLinks += 'Catalog'; if (!isGuest) desktopLinks += 'My Library'; - if (!isGuest) desktopLinks += 'Bundles'; + // if (!isGuest) desktopLinks += 'Bundles'; if (isGuest) desktopLinks += 'Features'; if (isGuest) desktopLinks += 'About Us';