Skip to content

Commit

Permalink
feat: add alert banner about storage incident
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Nov 13, 2024
1 parent 60c830b commit 085e9a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion src/layouts/page-layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,13 @@ const { description, locale, robots, title } = Astro.props;
<DocumentLayout description={description} locale={locale} robots={robots} title={title}>
<SkipLink />

<div class="grid min-h-full grid-rows-[auto_1fr_auto]">
<div class="grid min-h-full grid-rows-[auto_auto_1fr_auto]">
<WebsiteHeader />
<aside class="text-balance bg-[#BC0000] px-4 py-1 text-center text-sm font-medium text-white">
Aufgrund einer Störung in der AMC-Speicherinfrastruktur ist die Benützung des Corpus bis auf
weiteres leider nicht möglich. Wir arbeiten an der Wiederherstellung des Betriebs und bitten
vielmals um Entschuldigung für die Unannehmlichkeiten.
</aside>
<slot />
<WebsiteFooter />
</div>
Expand Down

0 comments on commit 085e9a0

Please sign in to comment.