Skip to content

Commit 4ad7805

Browse files
authored
Merge pull request #759 from NYPL/release/2.1.1-2
Release 2.1.1 (part 2)
2 parents 0363ee5 + 7eb1c0b commit 4ad7805

2 files changed

Lines changed: 6 additions & 18 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [2.1.1] 2026-06-22
1111

12+
### Updated
13+
14+
- Updated copy on home page to reflect legacy deprecation updates [SCC-5444](https://newyorkpubliclibrary.atlassian.net/browse/SCC-5444)
15+
1216
### Removed
1317

1418
- Removed the "View in Legacy (onsite only)" link on the bib page [SCC-5327](https://newyorkpubliclibrary.atlassian.net/browse/SCC-5327)

pages/index.tsx

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -63,24 +63,8 @@ export default function Home({ isAuthenticated }: HomeProps) {
6363
</Link>
6464
</Text>
6565
<Text mb="s">
66-
NYPL began a phased deprecation of the{" "}
67-
<Link isExternal href={appConfig.urls.legacyCatalog}>
68-
Legacy Catalog
69-
</Link>{" "}
70-
in May 2026. The Legacy Catalog is currently available onsite
71-
only, and in June 2026, we will completely remove access to the
72-
Legacy Catalog both onsite and offsite. The Legacy Catalog does
73-
not include our{" "}
74-
<Link
75-
isExternal
76-
href={
77-
"https://www.nypl.org/research/services/scan-and-deliver"
78-
}
79-
>
80-
Scan & Deliver
81-
</Link>{" "}
82-
service or the Columbia University, Harvard University, or
83-
Princeton University material from the Shared Collection.
66+
As of June 23, 2026, the Legacy Catalog is no longer available
67+
from any location.
8468
</Text>
8569
</Box>
8670
<SimpleGrid columns={1} gap="grid.m">

0 commit comments

Comments
 (0)