fixed image whith /

This commit is contained in:
2026-03-02 11:46:56 -06:00
parent 7c92ef6415
commit 5af56f4a12
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 = [],
+2 -2
View File
@@ -20,11 +20,11 @@ export default function SelectionCo({
},
{
name: "MACINTOSH",
img: "apple.png",
img: "/apple.png",
},
{
name: "PROFESORES",
img: "teacher.png",
img: "/teacher.png",
},
];