Skip to content

Commit

Permalink
Merge pull request #105 from bensteinberg/change-banner
Browse files Browse the repository at this point in the history
Edit banner text
  • Loading branch information
bensteinberg authored Sep 5, 2024
2 parents 0a59492 + 31a544b commit 4a46c01
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions src/components/cap-notification-banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,21 @@ export class CapNotificationBanner extends LitElement {
return html`
<div class="banner">
<p class="banner__message">
<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>.
<b>Notice</b>: As part of the full public release of CAP data, the CAP
API and search tool were sunset on September 5, 2024. Full case data
continues to be available for
<a class="banner__link" href="https://case.law/caselaw/">browsing</a>
and for
<a class="banner__link" href="https://static.case.law/"
>bulk download</a
>
on our site, and search and API access are available through the Free
Law Project at
<a class="banner__link" href="https://www.courtlistener.com/"
>CourtListener.com</a
>. See our
<a class="banner__link" href="https://case.law/docs/">docs</a>
for details.
</p>
</div>
`;
Expand Down

0 comments on commit 4a46c01

Please sign in to comment.