Skip to content

Commit

Permalink
fix: remove service-outage banner
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Nov 29, 2024
1 parent ba7f5d7 commit 9410faf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/layouts/page-layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,8 @@ 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_auto_1fr_auto]">
<div class="grid min-h-full grid-rows-[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 9410faf

Please sign in to comment.