Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Only show subscribe
  • Loading branch information
kevinhu committed Jul 9, 2021
commit c0cc842ff4ab275bf13dbcf6b26e38484e6930dd
11 changes: 2 additions & 9 deletions docs-website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -501,20 +501,13 @@ function Home() {
</Slider>
</div>
<div className={styles.sources_link}>
<Link
to={"https://www.youtube.com/channel/UC3qFQC5IiwR5fvWEqi_tJ5w"}
>
Visit
</Link>{" "}
or{" "}
<Link
to={
"https://www.youtube.com/channel/UC3qFQC5IiwR5fvWEqi_tJ5w?sub_confirmation=1"
}
>
subscribe to our channel
</Link>{" "}
for more!
Subscribe for more!
</Link>
</div>
</div>
</section>
Expand Down