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

Commit c8762bc

Browse files
Link the homepage button to our live courses
1 parent b41a212 commit c8762bc

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)