forked from M3-Academy/challenge-vtex-io
Entrega do Desafio #1
3
react/Autores.tsx
Normal file
3
react/Autores.tsx
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
import Autores from "./components/Autores/Autores";
|
||||||
|
|
||||||
|
export default Autores;
|
26
react/components/Autores/Autores.tsx
Normal file
26
react/components/Autores/Autores.tsx
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
import React from "react";
|
||||||
|
|
||||||
|
const Autores = () => {
|
||||||
|
return (
|
||||||
|
<div className="vtex-menu-2-x-AutoresBlock">
|
||||||
|
<ul className="vtex-menu-2-x-Autores-Group">
|
||||||
|
<li className="vtex-menu-2-x-Autores-List">
|
||||||
|
Powered by
|
||||||
|
<img
|
||||||
|
src="https://agenciamagma.vteximg.com.br/arquivos/logovtex-m3academy-anacarolinaduartecavalcante.svg"
|
||||||
|
alt="ícone logo vtex"
|
||||||
|
/>
|
||||||
|
</li>
|
||||||
|
<li className="vtex-menu-2-x-Autores-List">
|
||||||
|
Developed by
|
||||||
|
<img
|
||||||
|
src="https://agenciamagma.vteximg.com.br/arquivos/logom3-m3academy-anacarolinaduartecavalcante.svg"
|
||||||
|
alt="ícone logo vtex"
|
||||||
|
/>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Autores;
|
Loading…
Reference in New Issue
Block a user