Skip to content

Commit 5d881f7

Browse files
link to homepage uses relative path
1 parent 214cb23 commit 5d881f7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

website/src/pages/edited-collections/edited-collection.page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ const EditedCollectionPage = () => {
9393
</header>
9494

9595
<h3>
96-
A digital collection presented by{" "}
97-
<Link href="https://dailp.northeastern.edu/">DAILP</Link>
96+
A digital collection presented by <Link href="/">DAILP</Link>
9897
</h3>
9998

10099
<DailpPageContents path={`/${collectionSlug}`} />

0 commit comments

Comments
 (0)