updates to app

This commit is contained in:
Amruth Pillai
2022-06-19 20:44:28 +02:00
parent 164403c495
commit ae3ff274ee
10 changed files with 2167 additions and 3413 deletions

View File

@ -9,6 +9,7 @@ import {
FaHackerrank,
FaInstagram,
FaLinkedinIn,
FaMedium,
FaSkype,
FaSoundcloud,
FaStackOverflow,
@ -30,6 +31,7 @@ const profileIconMap: Record<string, JSX.Element> = {
hackerrank: <FaHackerrank />,
instagram: <FaInstagram />,
linkedin: <FaLinkedinIn />,
medium: <FaMedium />,
skype: <FaSkype />,
soundcloud: <FaSoundcloud />,
stackoverflow: <FaStackOverflow />,