Ivan Asmer %!s(int64=4) %!d(string=hai) anos
pai
achega
7f9d236732
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      index.mjs

+ 1 - 1
index.mjs

@@ -636,7 +636,7 @@ const A = ({react:React, children, title}) =>{
 
 const Img = ({react:React, children, title}) =>{
     const _ = React.createElement.bind(React)
-    return _("a", {alt: title, src: children})
+    return _("img", {alt: title, src: children})
 }
 
 const defaultMapMDToComponents = {