We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bebf44 commit 5825321Copy full SHA for 5825321
lib/sequin_web/components/layouts/app.html.heex
@@ -1,4 +1,4 @@
1
-<%= if Map.get(assigns, :self_hosted, false) == false do %>
+<%= if Map.get(assigns, :self_hosted, true) == false do %>
2
<div class="bg-amber-400 text-black px-4 py-2 text-center text-sm">
3
Sequin Cloud is shutting down on October 23, 2025. <a
4
href="https://sequinstream.com/docs/cloud-shutdown"
0 commit comments