Skip to content

Commit

Permalink
update link for default featured item'
Browse files Browse the repository at this point in the history
  • Loading branch information
avertrees committed Dec 3, 2024
1 parent dddda3b commit e8c63d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/data/defaultFeaturedItemData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const defaultFeaturedItem: FeaturedItemDataType = {
foregroundImageSrc: "/482815.jpg",
uuid: "510d47d9-4f93-a3d9-e040-e00a18064a99",
title: "Watuppa, From water front, Brooklyn",
href: "https://qa-digitalcollections.nypl.org/items/510d47d9-4f93-a3d9-e040-e00a18064a99",
href: "/items/510d47d9-4f93-a3d9-e040-e00a18064a99",
},
numberOfDigitizedItems: "1,059,731",
};
Expand Down
2 changes: 1 addition & 1 deletion public/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Updated
- refactored implementation of default featured item & updated default number of digitized items (DR-3305)


### Added

- Added tests for API helpers (DR-3271)
Expand Down

0 comments on commit e8c63d0

Please sign in to comment.