File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
frontends/main/src/page-components/HeroSearch Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,11 @@ import {
15
15
} from "ol-components"
16
16
import type { ChipLinkProps } from "ol-components"
17
17
import {
18
- ABOUT ,
19
18
SEARCH_CERTIFICATE ,
20
19
SEARCH_FREE ,
21
20
SEARCH_NEW ,
22
21
SEARCH_POPULAR ,
23
22
SEARCH_UPCOMING ,
24
- ABOUT_NON_DEGREE_LEARNING_FRAGMENT ,
25
23
} from "@/common/urls"
26
24
import {
27
25
RiAwardLine ,
@@ -233,17 +231,7 @@ const HeroSearch: React.FC<{ imageIndex: number }> = ({ imageIndex }) => {
233
231
>
234
232
Learn with MIT
235
233
</ 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 >
247
235
< ControlsContainer >
248
236
< SearchField
249
237
size = "hero"
You can’t perform that action at this time.
0 commit comments