Skip to content

Commit 18b5c8c

Browse files
committed
revert breadcrumb link changes for now to wait for breadcrumb component
1 parent cc91fad commit 18b5c8c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

+1-6
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import {
1919
} from "api"
2020
import { MetaTags } from "ol-utilities"
2121
import { useChannelDetail } from "api/hooks/fields"
22-
import { HOME } from "@/common/urls"
2322

2423
const UNITS_BANNER_IMAGE = "/static/images/background_steps.jpeg"
2524
const DESKTOP_WIDTH = "1056px"
@@ -404,11 +403,7 @@ const UnitsListingPage: React.FC = () => {
404403
<title>MIT Open | Units</title>
405404
</MetaTags>
406405
<Banner
407-
navText={
408-
<span>
409-
<a href={HOME}>Home</a> / MIT units
410-
</span>
411-
}
406+
navText="Home / MIT Units"
412407
title="Academic & Professional Learning"
413408
description="Extending MIT's knowledge to the world"
414409
backgroundUrl={UNITS_BANNER_IMAGE}

0 commit comments

Comments
 (0)