Skip to content

Commit

Permalink
Changes to the outage user banner.
Browse files Browse the repository at this point in the history
Back to normal.
  • Loading branch information
bdc34 committed Oct 1, 2024
1 parent 2e461e2 commit eab4c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browse/templates/user_banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{%- macro content(request_datetime) -%}
{%- set now=request_datetime.strftime("%Y%m%d%H%M")|int -%}
{%- if now >= BANNER_START_1 and now < BANNER_END_1 -%}
<div><h3 style="text-align: center">🚨2024-09-29: <a href="https://status.arxiv.org">arxiv.org is experiencing DB issues.</a>🚨</h3></div>
<div><h3 style="text-align: center">2024-10-01: <a href="https://status.arxiv.org">arxiv.org is back to normal.</a></h3></div>
{%- endif -%}
{%- endmacro -%}

Expand Down

0 comments on commit eab4c1a

Please sign in to comment.