Skip to content

Commit

Permalink
fix: adjust argument values to project section component
Browse files Browse the repository at this point in the history
  • Loading branch information
moonbamijam committed May 3, 2024
1 parent c17e1f7 commit 8dc04de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/sections/ProjectSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default async function ProjectSection() {
github={project.github}
/>
));
} else return <LoadingSpinner size="100px" textSize="6xl" />;
} else return <LoadingSpinner size="100px" fontSize="64px" />;
};

return (
Expand Down

0 comments on commit 8dc04de

Please sign in to comment.