diff --git a/app/components/CoursePresentation.tsx b/app/components/CoursePresentation.tsx index 0999528..b34a917 100644 --- a/app/components/CoursePresentation.tsx +++ b/app/components/CoursePresentation.tsx @@ -21,7 +21,7 @@ export const CoursePresentation = ({ } }) => { return ( -
+
diff --git a/app/components/footer.tsx b/app/components/footer.tsx index d788720..1b78cfd 100644 --- a/app/components/footer.tsx +++ b/app/components/footer.tsx @@ -126,7 +126,7 @@ const Footer = () => { ))}
-
+
Courses diff --git a/app/routes/_marketing+/components/bg-square-lines.tsx b/app/routes/_marketing+/components/bg-square-lines.tsx index 7c46685..691639c 100644 --- a/app/routes/_marketing+/components/bg-square-lines.tsx +++ b/app/routes/_marketing+/components/bg-square-lines.tsx @@ -16,12 +16,9 @@ const BackgroundSquareLines = ({ children, ...props }: PropsWithChildren -