diff --git a/suma_browser/templates/_types/auth/_nav.html b/suma_browser/templates/_types/auth/_nav.html
index ffa2730..3d404b8 100644
--- a/suma_browser/templates/_types/auth/_nav.html
+++ b/suma_browser/templates/_types/auth/_nav.html
@@ -2,6 +2,8 @@
{% call links.link(url_for('auth.newsletters'), hx_select_search, select_colours, True, aclass=styles.nav_button) %}
newsletters
{% endcall %}
-{% call links.link(cart_url('/orders/'), hx_select_search, select_colours, True, aclass=styles.nav_button) %}
- orders
-{% endcall %}
+
diff --git a/suma_browser/templates/_types/calendars/header/_header.html b/suma_browser/templates/_types/calendars/header/_header.html
index 5c69931..d0b5b5a 100644
--- a/suma_browser/templates/_types/calendars/header/_header.html
+++ b/suma_browser/templates/_types/calendars/header/_header.html
@@ -1,12 +1,10 @@
{% import 'macros/links.html' as links %}
{% macro header_row(oob=False) %}
{% call links.menu_row(id='calendars-row', oob=oob) %}
- {% call links.link(events_url('/calendars/'), hx_select_search) %}
+
-
- Calendars
-
- {% endcall %}
+ Calendars
+
{% call links.desktop_nav() %}
{% include '_types/calendars/_nav.html' %}
{% endcall %}
diff --git a/suma_browser/templates/_types/post_data/header/_header.html b/suma_browser/templates/_types/post_data/header/_header.html
index 4754eb8..0b4377b 100644
--- a/suma_browser/templates/_types/post_data/header/_header.html
+++ b/suma_browser/templates/_types/post_data/header/_header.html
@@ -1,12 +1,10 @@
{% import 'macros/links.html' as links %}
{% macro header_row(oob=False) %}
{% call links.menu_row(id='post_data-row', oob=oob) %}
- {% call links.link(events_url('/calendars/'), hx_select_search) %}
-
-
- data
-
- {% endcall %}
+
+
+ data
+
{% call links.desktop_nav() %}
{#% include '_types/post_data/_nav.html' %#}
{% endcall %}