Skip to content

Commit b44f470

Browse files
authored
Merge pull request #3107 from catchpoint/remove_shop_link
removed shop link from nav
2 parents 3c2966e + cfe70e6 commit b44f470

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

www/templates/layouts/includes/wpt-header.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,7 @@ function addTab($tabName, $tabUrl, $addClass = '')
142142
<li class="wptheader_nav_menu_link"><a href="https://product.webpagetest.org/events/">Events</a></li>
143143
<?php if (Util::getSetting('forums_url')) : ?>
144144
<li class="wptheader_nav_menu_link"><a href="<?= Util::getSetting('forums_url') ?>">Forums</a></li>
145-
<?php endif; //(Util::getSetting('forums_url')):
146-
?>
147-
<li class="wptheader_nav_menu_link"><a href="https://store-catchpoint.myshopify.com/collections/webpagetest">Shop Gear</a></li>
145+
<?php endif; ?>
148146
</ul>
149147
<a href="/learn/lightning-fast-web-performance/" class="banner_lfwp">
150148
<span class="banner_lfwp_line">Lightning-Fast <b>Web Performance</b></span>

0 commit comments

Comments
 (0)