fix: picto path

proto-module-actu-react
Jalil Arfaoui 2023-02-19 18:55:15 +01:00
parent 78ce238e61
commit 926c79ad6f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import React from "react";
import "./picto-fond-blanc.png";
export const Picto = () => <img src="https://enfance-libre.frama.io/resistants/assets/picto-fond-blanc.jpg" height="40px" width="40px"/>
export const Picto = () => <img src="https://enfance-libre.frama.io/resistants/assets/picto-fond-blanc.png" height="40px" width="40px"/>