Skip to content

Commit

Permalink
[FIX]: Podcast Links
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperAayush committed Oct 29, 2022
1 parent 2900cf9 commit 3a068b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ const Header = () => {
<div>
<section className="header_cont_1">
<div className="header_cont_1_a">
<button className="header_button"> Check out our most recent podcast
<a href="#podcast"><button className="header_button"> Check out our most recent podcast
<img className="chevronright" src={ChevronRight} alt="chevron" />
</button>
</a>
<p className="header_free_community">
The <span className="header_free">Free</span> Community for <br />Modern Learning.
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Podcast.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Right from '../assets/Rightarrowblack.png'

const Event = () => {
return (
<div className="podcast">
<div id="podcast" className="podcast">
<div className="podcast_text">
<h2 className="courses_title"> Open Source Cafe Podcast </h2>
<p className="podcast_para">
Expand Down

0 comments on commit 3a068b0

Please sign in to comment.