diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/navigation/Footer.js | 2 | ||||
| -rw-r--r-- | src/components/projectData.js | 2 | ||||
| -rw-r--r-- | src/components/skills/SkillListing.js | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/components/navigation/Footer.js b/src/components/navigation/Footer.js index ff260b1..495283a 100644 --- a/src/components/navigation/Footer.js +++ b/src/components/navigation/Footer.js @@ -44,7 +44,7 @@ export default class Footer extends Component { <a id="media-item-2" href="https://youtube.com/Fuwny">yt</a> </li> <li id="gh" className="wow fadeInUp" data-wow-delay="1s"> - <a id="media-item-3" href="https://github.com/8cy">gh</a> + <a id="media-item-3" href="https://github.com/fuwn">gh</a> </li> </ul> <br /><br /> diff --git a/src/components/projectData.js b/src/components/projectData.js index d5f713b..a8f4128 100644 --- a/src/components/projectData.js +++ b/src/components/projectData.js @@ -25,7 +25,7 @@ let projectData = { { "title": "projects/ github.", "image": "https://kinsta.com/wp-content/uploads/2018/04/what-is-github-1-1.png", - "redirect": "https://github.com/8cy" + "redirect": "https://github.com/fuwn" }, { "title": "Senpy", diff --git a/src/components/skills/SkillListing.js b/src/components/skills/SkillListing.js index 9cf2b5e..ef1090d 100644 --- a/src/components/skills/SkillListing.js +++ b/src/components/skills/SkillListing.js @@ -134,7 +134,7 @@ export default class Skills extends Component { <li> <h6>Few Lua experience</h6> <ul> - <li>My <a href="https://github.com/8cy/lua-discord-bot-example">Discord bot</a> example, made using the <a href="https://github.com/SinisterRectus/Discordia">Discordia</a> Lua library.</li> + <li>My <a href="https://github.com/fuwn/lua-discord-bot-example">Discord bot</a> example, made using the <a href="https://github.com/SinisterRectus/Discordia">Discordia</a> Lua library.</li> </ul> </li> </ul> |