Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit bc7a0af

Browse files
Merge pull request #180 from Abhishek-kumar09/r
Link homepage button to live courses
2 parents b41a212 + c8762bc commit bc7a0af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/views/pages/HomeView/Hero.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ function Hero({ className, ...rest }) {
3838
}
3939
secondComponent={
4040
<ButtonComponent
41-
title="Watch Our Videos"
42-
href="https://youtube.com/codeforcause"
43-
target="_blank"
41+
title="Our Live Courses"
42+
href="/courses"
4443
size="large"
4544
variant="contained"
4645
icon={<PlayArrowIcon style={{ paddingRight: 5 }} />}

0 commit comments

Comments
 (0)