Skip to content

Commit

Permalink
Fix broken host github link. Add spacing to bio text.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samantha Ming committed Dec 20, 2017
1 parent cb36d91 commit b22c496
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/SiteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ module.exports = {
soundcloud: "https://soundcloud.com/eventspodcast",
hostInstagram: "https://www.instagram.com/samanthaming/",
hostTwitter: "https://twitter.com/ming_samantha/",
hostGithub: "https://github.com/samanthaming/",
hostGithub: "https://github.com/samanthaming/events-podcast-react-gatsby",
};
10 changes: 5 additions & 5 deletions src/components/AboutMe.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ const AboutMe = (props) => {
<h2 className="title">About Me</h2>
<hr />
<p>Samantha is the creator and host of the Events Podcast. Her 5 favourite
podcasts are
<a href="http://www.cbc.ca/radio/undertheinfluence">Under The Influence</a>,
<a href="https://gimletmedia.com/science-vs/">Science Vs</a>,
<a href="http://www.npr.org/podcasts/510289/planet-money">Planet Money</a>,
<a href="http://www.npr.org/podcasts/510313/how-i-built-this">How I Built This</a>, and the
podcasts are&nbsp;
<a href="http://www.cbc.ca/radio/undertheinfluence">Under The Influence</a>,&nbsp;
<a href="https://gimletmedia.com/science-vs/">Science Vs</a>,&nbsp;
<a href="http://www.npr.org/podcasts/510289/planet-money">Planet Money</a>,&nbsp;
<a href="http://www.npr.org/podcasts/510313/how-i-built-this">How I Built This</a>, and the&nbsp;
<a href="https://www.garyvaynerchuk.com/podcast/">GaryVee Audio Experience</a>.
Beside being a podcaster, she is a Front-End Web Developer who loves all things
tech.
Expand Down
1 change: 1 addition & 0 deletions src/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ query AboutQuery {
siteDescription
hostInstagram
hostTwitter
hostGithub
}
}
}
Expand Down

0 comments on commit b22c496

Please sign in to comment.