We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc91fad commit 18b5c8cCopy full SHA for 18b5c8c
frontends/mit-open/src/pages/UnitsListingPage/UnitsListingPage.tsx
@@ -19,7 +19,6 @@ import {
19
} from "api"
20
import { MetaTags } from "ol-utilities"
21
import { useChannelDetail } from "api/hooks/fields"
22
-import { HOME } from "@/common/urls"
23
24
const UNITS_BANNER_IMAGE = "/static/images/background_steps.jpeg"
25
const DESKTOP_WIDTH = "1056px"
@@ -404,11 +403,7 @@ const UnitsListingPage: React.FC = () => {
404
403
<title>MIT Open | Units</title>
405
</MetaTags>
406
<Banner
407
- navText={
408
- <span>
409
- <a href={HOME}>Home</a> / MIT units
410
- </span>
411
- }
+ navText="Home / MIT Units"
412
title="Academic & Professional Learning"
413
description="Extending MIT's knowledge to the world"
414
backgroundUrl={UNITS_BANNER_IMAGE}
0 commit comments