From 7438630194fcc56c09fca3ef9c3397c76f193d0b Mon Sep 17 00:00:00 2001 From: Denshooter Date: Thu, 30 Jan 2025 11:35:05 +0100 Subject: [PATCH] update --- public/icons/github.jsx | 19 ------------------- public/icons/linkedin.tsx | 17 ----------------- 2 files changed, 36 deletions(-) delete mode 100644 public/icons/github.jsx delete mode 100644 public/icons/linkedin.tsx 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;