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
+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",
},
];