Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove info banner #495

Merged
merged 2 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading