fix: picto path

proto-module-actu-react
Jalil Arfaoui 2023-02-19 18:50:42 +01:00
parent b6d4c3b6ce
commit 78ce238e61
1 changed files with 2 additions and 2 deletions

View File

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