Skip to content

Commit dba0002

Browse files
authored
change hero text (#2271)
1 parent 7d4f94a commit dba0002

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

frontends/main/src/page-components/HeroSearch/HeroSearch.tsx

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ import {
1515
} from "ol-components"
1616
import type { ChipLinkProps } from "ol-components"
1717
import {
18-
ABOUT,
1918
SEARCH_CERTIFICATE,
2019
SEARCH_FREE,
2120
SEARCH_NEW,
2221
SEARCH_POPULAR,
2322
SEARCH_UPCOMING,
24-
ABOUT_NON_DEGREE_LEARNING_FRAGMENT,
2523
} from "@/common/urls"
2624
import {
2725
RiAwardLine,
@@ -233,17 +231,7 @@ const HeroSearch: React.FC<{ imageIndex: number }> = ({ imageIndex }) => {
233231
>
234232
Learn with MIT
235233
</Typography>
236-
<Typography>
237-
Explore MIT's{" "}
238-
<Link
239-
color="black"
240-
size="large"
241-
href={`${ABOUT}#${ABOUT_NON_DEGREE_LEARNING_FRAGMENT}`}
242-
prefetch={false}
243-
>
244-
Non-Degree Learning
245-
</Link>
246-
</Typography>
234+
<Typography>Lifelong Learning. The MIT way.</Typography>
247235
<ControlsContainer>
248236
<SearchField
249237
size="hero"

0 commit comments

Comments
 (0)