From 43cf09673d8cf30b9dc452b81b12af426a32139a Mon Sep 17 00:00:00 2001 From: danielcuque <3024465830102@ingenieria.usac.edu.gt> Date: Sun, 21 May 2023 17:54:17 -0600 Subject: [PATCH 1/2] style: smooth transition in email text --- src/components/Social.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Social.tsx b/src/components/Social.tsx index d742544..4029c06 100644 --- a/src/components/Social.tsx +++ b/src/components/Social.tsx @@ -26,7 +26,7 @@ export const Social = () => { {socialItems.map(({ icon, link }) => (
  • @@ -40,7 +40,7 @@ export const Social = () => {