Skip to content

Commit

Permalink
Merge pull request #100 from teovin/banner-updates
Browse files Browse the repository at this point in the history
[ENG-763] update banner
  • Loading branch information
teovin authored Apr 1, 2024
2 parents fe05692 + 6865533 commit f92008b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/cap-notification-banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class CapNotificationBanner extends LitElement {
display: flex;
font-size: var(--font-size-100);
padding: var(--spacing-75);
background-color: var(--color-twilight);
background-color: var(--color-yellow);
}
.banner__message {
Expand All @@ -32,12 +32,12 @@ export class CapNotificationBanner extends LitElement {
return html`
<div class="banner">
<p class="banner__message">
You are currently viewing the beta version of the Caselaw Access
Project‘s website. The
<a class="banner__link" href="https://old.case.law"
>legacy website and API</a
>
will sunset on September 1, 2024.
<b>Deprecation Notice</b>: As part of the transition of Caselaw Access
Project data to a static state, new CAP accounts are no longer
available and the CAP API will be sunset on September 1, 2024. You are
currently viewing the beta version of the Caselaw Access Project's new
website. The legacy version is still available at
<a class="banner__link" href="https://old.case.law">old.case.law</a>.
</p>
</div>
`;
Expand Down

0 comments on commit f92008b

Please sign in to comment.