fix: picto path
parent
b6d4c3b6ce
commit
78ce238e61
|
@ -1,4 +1,4 @@
|
||||||
import React from "react";
|
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"/>
|
||||||
|
|
Loading…
Reference in New Issue