From 5af56f4a12a8c32c7feb9c8aed02ef553bf700af Mon Sep 17 00:00:00 2001 From: IO <320154041@pcpuma.acatlan.unam.mx> Date: Mon, 2 Mar 2026 11:46:56 -0600 Subject: [PATCH] fixed image whith / --- app/Components/Selection/Selection.tsx | 2 +- app/Components/Selection/SelectionCo.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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", }, ];