diff --git a/src/assets/svg/Icons/GoogleColorIcon.tsx b/src/assets/svg/Icons/GoogleColorIcon.tsx new file mode 100644 index 00000000..1b25bb50 --- /dev/null +++ b/src/assets/svg/Icons/GoogleColorIcon.tsx @@ -0,0 +1,53 @@ +import React from 'react'; + +const GoogleColorIcon: React.FC = () => { + return ( +
+ + Google-color + Created with Sketch. + + + + + + + + + + + + +
+ ); +}; + +export default GoogleColorIcon; diff --git a/src/assets/svg/Icons/LinkedInColorIcon.tsx b/src/assets/svg/Icons/LinkedInColorIcon.tsx new file mode 100644 index 00000000..4c8cc09b --- /dev/null +++ b/src/assets/svg/Icons/LinkedInColorIcon.tsx @@ -0,0 +1,39 @@ +import React from 'react'; + +const LinkedinColorIcon: React.FC = () => { + return ( +
+ + LinkedIn-color + Created with Sketch. + + + + + + + +
+ ); +}; + +export default LinkedinColorIcon; diff --git a/src/components/Layout/Navbar/index.tsx b/src/components/Layout/Navbar/index.tsx index dc6b9241..39c0f7dc 100644 --- a/src/components/Layout/Navbar/index.tsx +++ b/src/components/Layout/Navbar/index.tsx @@ -76,7 +76,7 @@ const Navbar: React.FC = () => { }, []); return ( -
+