fixed design project page
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import { Project } from "@/lib/projects/types";
|
||||
import { ProjectCard } from "../ui/ProjectCard";
|
||||
|
||||
type Props = {
|
||||
type props = {
|
||||
projects: Project[];
|
||||
locale: string;
|
||||
};
|
||||
|
||||
export default function WorksSection({ projects, locale }: Props) {
|
||||
export default function WorksSection({ projects, locale }: props) {
|
||||
return (
|
||||
<section id="works" className="w-full flex flex-col items-start justify-start">
|
||||
<h2 className="text-[clamp(80px,10vw,128px)] font-serif text-brand-brown mt-6 mb-4">Travaux</h2>
|
||||
|
||||
Reference in New Issue
Block a user