Skip to content
This repository was archived by the owner on Jul 27, 2025. It is now read-only.

Commit d90d35d

Browse files
committed
Hosted version notice
1 parent 5baf258 commit d90d35d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

app/views/pages/dashboard.html.erb

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
<% content_for :page_header do %>
2+
<% unless Current.family.self_hoster? %>
3+
<div class="bg-gray-100 mb-4 rounded-xl p-4 flex gap-2 items-start">
4+
<%= icon "triangle-alert", color: "warning" %>
5+
<div class="text-sm space-y-2">
6+
<p class="font-medium">We've made a tough decision to shut down the hosted version of Maybe. Here's what's happening next:</p>
7+
<ul class="list-disc list-inside space-y-1 ml-2">
8+
<li><%= link_to "Read why we're doing this here", "https://x.com/Shpigford/status/1947725345244709240", class: "underline" %></li>
9+
<li>You will be refunded in full.</li>
10+
<li>You have until July 31, 2025 to export your data. You can do that <%= link_to "here", settings_profile_path, class: "underline" %>.</li>
11+
</ul>
12+
</div>
13+
</div>
14+
<% end %>
15+
216
<div class="space-y-1 mb-6 flex gap-4 justify-between items-center lg:items-start">
17+
318
<div class="space-y-1">
419
<h1 class="text-xl lg:text-3xl font-medium text-primary">Welcome back, <%= Current.user.first_name %></h1>
520
<p class="text-sm lg:text-base text-secondary">Here's what's happening with your finances</p>

0 commit comments

Comments
 (0)