diff --git a/src/app/tech-stack/components/TechStackContainer.tsx b/src/app/tech-stack/components/TechStackContainer.tsx index 84acd905..61e3bab0 100644 --- a/src/app/tech-stack/components/TechStackContainer.tsx +++ b/src/app/tech-stack/components/TechStackContainer.tsx @@ -1,22 +1,12 @@ import { TechStackCard, techStack } from "."; export default function TechStackContainer() { - function getJustifyClass(index: number) { - if (index % 3 === 0) { - return "justify-self-start"; - } else if (index % 3 === 1) { - return "justify-self-center"; - } else { - return "justify-self-end"; - } - } return (