Skip to content

Commit

Permalink
Remove info banner (#495)
Browse files Browse the repository at this point in the history
* remove info banner

* update snapshots
  • Loading branch information
fsimonjetz committed Jul 16, 2024
1 parent f9ee391 commit 8c053d8
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 1,644 deletions.
47 changes: 0 additions & 47 deletions src/InfoBanner.tsx

This file was deleted.

55 changes: 0 additions & 55 deletions src/about/ui/__snapshots__/about.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,61 +8,6 @@ exports[`Snapshot 1`] = `
<div
class="main__content"
>
<div
class="Header__info-banner container-fluid"
>
<div
class="fade alert alert-primary alert-dismissible show"
role="alert"
>
<button
class="close"
type="button"
>
<span
aria-hidden="true"
>
×
</span>
<span
class="sr-only"
>
Close alert
</span>
</button>
<strong>
Update:
</strong>
On Monday, July 15, the eBL servers were successfully migrated to new infrastructure. From now on, eBL can be accessed either from
<a
href="https://www.ebl.lmu.de"
rel="noopener noreferrer"
target="_blank"
>
https://www.ebl.lmu.de
</a>
or
<a
href="https://www.ebl.badw.de"
rel="noopener noreferrer"
target="_blank"
>
https://www.ebl.badw.de
</a>
. Please note that it will not be possible to login at www.ebl.lmu.de until July 16, but you can already access eBL via the new url at
<a
href="https://www.ebl.badw.de"
rel="noopener noreferrer"
target="_blank"
>
https://www.ebl.badw.de
</a>
.
</div>
</div>
<header
class="main__header"
>
Expand Down
2 changes: 0 additions & 2 deletions src/common/AppContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import _ from 'lodash'
import Breadcrumbs, { Crumb } from 'common/Breadcrumbs'

import './AppContent.sass'
import Banner from 'InfoBanner'

interface Props {
crumbs?: readonly Crumb[]
Expand All @@ -32,7 +31,6 @@ export default function AppContent({
})}
>
<div className="main__content">
<Banner />
<header className="main__header">
<Breadcrumbs className="main__breadcrumbs" crumbs={crumbs} />
<h2 className="main__heading">{title || _.last(crumbs)?.text}</h2>
Expand Down
Loading

0 comments on commit 8c053d8

Please sign in to comment.