Skip to content

Commit

Permalink
fixed format
Browse files Browse the repository at this point in the history
  • Loading branch information
mfsilva22 committed Dec 9, 2023
1 parent 668ded7 commit d6654d5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/catalog/oer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ interface CourseCardProps {
href: string;
}

const CourseCard: React.FC<CourseCardProps> = ({
image,
title,
href,
}) => {
const CourseCard: React.FC<CourseCardProps> = ({ image, title, href }) => {
return (
<article className="card border-secondary overflow-hidden">
<Link href={href} className="position-relative">
Expand Down

0 comments on commit d6654d5

Please sign in to comment.