From d7349dce2565b63407f80938fa6d7dea75ab146e Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Sun, 14 May 2023 17:59:45 -0700 Subject: [PATCH] trunk is crying about name, fixed it. --- src/pages/index.tsx | 2 +- ...circle - white.svg => Twitter-social-icons-circle-white.svg} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename static/img/homepage/{Twitter social icons - circle - white.svg => Twitter-social-icons-circle-white.svg} (100%) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index bd58801b..3608fe2d 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -102,7 +102,7 @@ const SocialCards: SocialCardProps[] = [ twitter ), }, diff --git a/static/img/homepage/Twitter social icons - circle - white.svg b/static/img/homepage/Twitter-social-icons-circle-white.svg similarity index 100% rename from static/img/homepage/Twitter social icons - circle - white.svg rename to static/img/homepage/Twitter-social-icons-circle-white.svg