From 93373dad59e11cabd234fed1836f38d7c706ff1c Mon Sep 17 00:00:00 2001 From: Jerry Date: Mon, 20 Nov 2023 13:40:00 +0100 Subject: [PATCH] LAW-7240 --- htdocs/wp-content/themes/lawcarta/header.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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';