Fix GitHub spelling

This commit is contained in:
Frieder Bluemle
2020-08-23 23:59:34 -07:00
parent 638434e7ed
commit 1ec7b4fbe9
12 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -52,7 +52,7 @@ const Markdown = (props) => {
}
return '';
}
const GithubStats = (props) => {
const GitHubStats = (props) => {
let link = "https://github-readme-stats.vercel.app/api?username=" + props.github + "&show_icons=true"
if (props.show) {
return (<>{`<p>&nbsp;<img align="center" src="${link}" alt="${props.github}" /></p>`}<br /><br /></>);
@@ -112,7 +112,7 @@ const Markdown = (props) => {
(props.data.mediumDynamicBlogs && props.social.medium && isMediumUsernameValid(props.social.medium))} /></>
<><DisplaySkills skills={props.skills} /></>
<><DisplayTopLanguages show={props.data.topLanguages} showStats={props.data.githubStats} github={props.social.github} /></>
<><GithubStats show={props.data.githubStats} github={props.social.github} /></>
<><GitHubStats show={props.data.githubStats} github={props.social.github} /></>
{isSocial(props.social) ? `<p align="center">` : ''} <br />
<><DisplaySocial base='https://codepen.io' icon='https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/codepen.svg'
username={props.social.codepen} /></>