Skip to content

Commit

Permalink
Merge pull request #239 from NYPL/no_ref/rewind-collections-link-qa
Browse files Browse the repository at this point in the history
Hot fix: Rewind collections link (QA)
  • Loading branch information
7emansell authored Nov 19, 2024
2 parents ca3a7b6 + 50095be commit f48d602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/models/collectionCard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class CollectionCardModel {
constructor(data: any) {
this.uuid = data.uuid;
this.title = data.title;
this.url = `/collections/${data.uuid}`;
this.url = `https://qa-digitalcollections.nypl.org/collections/${data.uuid}`;
this.imageID = data.image_id || data.imageID;
this.imageURL = imageURL(data.imageID, "full", "288,", "0");
this.numberOfDigitizedItems =
Expand Down

0 comments on commit f48d602

Please sign in to comment.