diff --git a/public/icons/github.jsx b/public/icons/github.jsx deleted file mode 100644 index bb7323c..0000000 --- a/public/icons/github.jsx +++ /dev/null @@ -1,19 +0,0 @@ -import * as React from "react"; - -const GithubComponent = (props) => ( - - {"github [#142]"} - - -); -export default GithubComponent; diff --git a/public/icons/linkedin.tsx b/public/icons/linkedin.tsx deleted file mode 100644 index c0b625b..0000000 --- a/public/icons/linkedin.tsx +++ /dev/null @@ -1,17 +0,0 @@ -import * as React from "react"; -const LinkedInComponent = (props) => ( - - - -); -export default LinkedInComponent;