Skip to content

Commit

Permalink
[ENG-763] update banner
Browse files Browse the repository at this point in the history
  • Loading branch information
teovin committed Apr 1, 2024
1 parent fe05692 commit 6865533
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 6865533

Please sign in to comment.