Skip to content

Commit

Permalink
Solving CICD Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sayshark75 committed Nov 29, 2023
1 parent 8e008c5 commit 0affc1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CONSTANTS.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/components/ProjectsPage/ProjectsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0affc1a

Please sign in to comment.