Skip to content

Commit

Permalink
fix: prettier style
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyrusso committed Sep 22, 2023
1 parent 6eb30eb commit 0c2f9b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/tech-stack/components/TechStackContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ export default function TechStackContainer() {
}
}
return (
<div
className="card bg-primary-content p-10 w-full"
>
<div className="card bg-primary-content p-10 w-full">
<ul className="grid grid-cols-1 lg:grid-cols-2 xl:grid-cols-3 gap-y-20 justify-items-stretch">
{Object.keys(techStack).map((cardType, index) => (
<li
Expand Down

0 comments on commit 0c2f9b3

Please sign in to comment.