diff --git a/src/components/NavHeader/NavHeader.js b/src/components/NavHeader/NavHeader.js
index 74f85d00..4181e697 100644
--- a/src/components/NavHeader/NavHeader.js
+++ b/src/components/NavHeader/NavHeader.js
@@ -25,6 +25,19 @@ function NavHeader() {
+ {/**
+ * The following two lines are a hack to get around the fact that we SSR the desktop
+ * version of this component. When React tries to rehydrate the SSR HTML, it will make
+ * these two
s become the two
element trees. Without these,
+ * the remaining components won't get rendered b/c they'll have
+ * CSS that hides them unless on desktop!
+ */}
+
+
+
+
+
+