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

Edit banner text #105

Merged
merged 3 commits into from
Sep 5, 2024
Merged
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
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
Loading