Skip to content

Commit

Permalink
Add Collection URI.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewjordan committed Nov 7, 2024
1 parent f16ade2 commit 4ba3835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/collections/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const Collection: NextPage = () => {
>
{collection?.title}
</Heading>{" "}
<IIIFShare uri="" />
<IIIFShare uri={String(collection.iiif_collection)} />
</CollectionHeader>
{description && (
<Description data-testid="description">
Expand Down

0 comments on commit 4ba3835

Please sign in to comment.