Skip to content

Commit 5825321

Browse files
committed
change default behavior of cloud banner
1 parent 4bebf44 commit 5825321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sequin_web/components/layouts/app.html.heex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<%= if Map.get(assigns, :self_hosted, false) == false do %>
1+
<%= if Map.get(assigns, :self_hosted, true) == false do %>
22
<div class="bg-amber-400 text-black px-4 py-2 text-center text-sm">
33
Sequin Cloud is shutting down on October 23, 2025. <a
44
href="https://sequinstream.com/docs/cloud-shutdown"

0 commit comments

Comments
 (0)