Skip to content

Commit

Permalink
fix: remove ;
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolate1999 committed Aug 23, 2022
1 parent 515aeb1 commit 7bea6cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/content/collections/CollectionCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export default function CollectionCard({
</UnstyledLink>
</li>
))}
;
</ul>
);
}
1 change: 0 additions & 1 deletion src/components/content/projects/ProjectCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export default function ProjectCard({ project, className }: ProjectCardProps) {
</UnstyledLink>
</li>
))}
;
</ul>
);
}

0 comments on commit 7bea6cb

Please sign in to comment.