Skip to content

Commit 8e62b78

Browse files
committed
remove the maintenance banner
1 parent 825d9b0 commit 8e62b78

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/views/layouts/application.html.erb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@
1111
<%= render 'layouts/navbar' %>
1212

1313
<main>
14-
<div class="card-panel yellow">
15-
<strong>Notice:</strong> Notebook.ai will be down for scheduled maintenance on <strong>February 16<sup>th</sup></strong>, starting at 5PM Pacific, to move to a more stable host.
16-
The migration should take about 4 hours.
17-
You can <%= link_to 'join the Notebook.ai discord', 'https://discord.gg/R9vsXq8ysQ' %> for updates during the migration.
18-
<br />
19-
</div>
20-
2114
<%= yield :full_width_page_header %>
2215
<%= yield :full_width_page_content %>
2316
<div class="container<% if (user_signed_in? && current_user.fluid_preference) || request.env.fetch('REQUEST_PATH', '').start_with?('/forum/') || @full_width_page_override %>-fluid<% end %>">

0 commit comments

Comments
 (0)