From 0affc1ac9c9af433759edeaf65248e4cd2da727a Mon Sep 17 00:00:00 2001 From: Sayyed Sharuk Date: Wed, 29 Nov 2023 13:21:17 +0530 Subject: [PATCH] Solving CICD Issues --- src/CONSTANTS.tsx | 2 +- src/components/ProjectsPage/ProjectsCard.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CONSTANTS.tsx b/src/CONSTANTS.tsx index 9d8bd91..a9bfb11 100644 --- a/src/CONSTANTS.tsx +++ b/src/CONSTANTS.tsx @@ -28,7 +28,7 @@ import { redTheme } from "./themes/RedTheme"; import { greenTheme } from "./themes/GreenTheme"; import { violetTheme } from "./themes/VioletTheme"; import { orangeTheme } from "./themes/OrangeTheme"; -import { yellowTheme } from "./themes/yellowTheme"; +import { yellowTheme } from "./themes/YellowTheme"; export const getNavbarButtonsData = (context: ScrollContextProps, resumeDownload: string, handleClick: () => void) => { const { handleHomeRef, handleAboutRef, handleSkillsRef, handleProjectsRef, handleContactRef } = context; diff --git a/src/components/ProjectsPage/ProjectsCard.tsx b/src/components/ProjectsPage/ProjectsCard.tsx index 4fb9f8f..8d3d374 100644 --- a/src/components/ProjectsPage/ProjectsCard.tsx +++ b/src/components/ProjectsPage/ProjectsCard.tsx @@ -61,7 +61,7 @@ const ProjectsCard = ({ live, github, image, workType, heading1, heading2, summa fontWeight: 400, letterSpacing: "2px", color: "text", - mr: "2", + mr: "1", px: "2", rounded: "full", border: "1px solid",