Skip to content

Commit 9be1fa7

Browse files
chore: change hellobar content
1 parent 0ef1e51 commit 9be1fa7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ const createHelloBar = () => {
4949
"Demo Day",
5050
);
5151
const p = generatePTag(
52-
`<strong>¡Ya comenzó! 🚨 | EMMS Digital Trends</strong> Súmate a conferencias en
53-
vivo de marcas como Google, Meta, Arcos Dorados y Canva.`,
52+
`<strong>🚀 Revive el EMMS Digital Trends. </strong> Conferencias online
53+
y gratuitas`,
5454
);
55-
const btn = generateButtonTag("¡REGÍSTRATE GRATIS!");
55+
const btn = generateButtonTag("ACCEDE GRATIS");
5656
const header = document.querySelector("header");
5757
div.appendChild(img);
5858
div.appendChild(p);

0 commit comments

Comments
 (0)