Skip to content

Commit cc91fad

Browse files
committed
change breadcrumb link back to a for now
1 parent e7ab4af commit cc91fad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontends/mit-open/src/pages/UnitsListingPage/UnitsListingPage.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
Banner,
77
Card,
88
Container,
9-
Link,
109
Skeleton,
1110
Typography,
1211
styled,
@@ -407,7 +406,7 @@ const UnitsListingPage: React.FC = () => {
407406
<Banner
408407
navText={
409408
<span>
410-
<Link href={HOME}>Home</Link> / MIT units
409+
<a href={HOME}>Home</a> / MIT units
411410
</span>
412411
}
413412
title="Academic & Professional Learning"

0 commit comments

Comments
 (0)