fixed image whith /
This commit is contained in:
@@ -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 = [],
|
||||
|
||||
@@ -20,11 +20,11 @@ export default function SelectionCo({
|
||||
},
|
||||
{
|
||||
name: "MACINTOSH",
|
||||
img: "apple.png",
|
||||
img: "/apple.png",
|
||||
},
|
||||
{
|
||||
name: "PROFESORES",
|
||||
img: "teacher.png",
|
||||
img: "/teacher.png",
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user