diff --git a/website/src/styles/navigation.module.sass b/website/src/styles/navigation.module.sass
index da5c18b6f..3adc5cd03 100644
--- a/website/src/styles/navigation.module.sass
+++ b/website/src/styles/navigation.module.sass
@@ -111,11 +111,12 @@
line-height: var(--line-height-xs)
text-align: center
-@include breakpoint(max, xs)
- .list
+@include breakpoint(max, md)
+ .alert
display: none
- .alert
+@include breakpoint(max, xs)
+ .list
display: none
.has-alert
diff --git a/website/src/templates/index.js b/website/src/templates/index.js
index 2ee29a9e9..4c10e09c5 100644
--- a/website/src/templates/index.js
+++ b/website/src/templates/index.js
@@ -25,11 +25,6 @@ const AlertSpace = ({ nightly, legacy }) => {
const isOnline = useOnlineStatus()
return (
<>
- {isOnline && (
-
- Take our survey here.
-
- )}
{nightly && (
{
)
}
+// const navAlert = (
+//
+// 💥 Out now: spaCy v3.5
+//
+// )
+
const navAlert = (
-
- 💥 Out now: spaCy v3.5
+
+ 💥 Take the user survey!
)