diff --git a/app/Components/Selection/Selection.tsx b/app/Components/Selection/Selection.tsx index da378c1..98583ac 100644 --- a/app/Components/Selection/Selection.tsx +++ b/app/Components/Selection/Selection.tsx @@ -1,8 +1,8 @@ "use client"; import { useState } from "react"; -import "./Selection.css"; import Image from "next/image"; +import "./Selection.css"; export default function Selection({ plataformasInscritas = [], diff --git a/app/Components/Selection/SelectionCo.tsx b/app/Components/Selection/SelectionCo.tsx index 7e642e1..5673f3f 100644 --- a/app/Components/Selection/SelectionCo.tsx +++ b/app/Components/Selection/SelectionCo.tsx @@ -20,11 +20,11 @@ export default function SelectionCo({ }, { name: "MACINTOSH", - img: "apple.png", + img: "/apple.png", }, { name: "PROFESORES", - img: "teacher.png", + img: "/teacher.png", }, ];