Skip to content

Commit

Permalink
Merge pull request #89 from FromDoppler/DS-4649_change_hello_bar_content
Browse files Browse the repository at this point in the history
DS-4649_change_hello_bar_content
  • Loading branch information
MatiasRoy-Rodriguez authored May 18, 2023
2 parents 3c549f3 + 3894c59 commit 96b1053
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ const createHelloBar = () => {
"Demo Day"
);
const p = generatePTag(
`<strong>EMMS E-COMMERCE</strong>: nueva edición del evento más esperado, exclusiva para Tiendas Online.`
`<strong>Revive las conferencias del EMMS E-commerce</strong>: SEO, UX, CRO, Casos de Éxito,
estrategias de venta, IA y Chat GPT.`
);
const btn = generateButtonTag("ASEGURA TU CUPO GRATIS");
const btn = generateButtonTag("ACCEDE AHORA");
const header = document.querySelector("header");
div.appendChild(img);
div.appendChild(p);
Expand Down

0 comments on commit 96b1053

Please sign in to comment.