Skip to content

Commit 0244bea

Browse files
committed
Curso de desarrollo con IA 2026
1 parent 41549a3 commit 0244bea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

link_bio/link_bio/views/index_links.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ def index_links() -> rx.Component:
2222
# Color.GREEN.value,
2323
# animated=True,
2424
# ),
25+
link_button(
26+
"NUEVO Curso gratis de Desarrollo con IA 2026",
27+
"Apúntate a mi curso 100% gratis, online y con certificado",
28+
"/icons/logo_symbol.svg",
29+
"https://mouredev.link/cursodesarrolloia2026",
30+
True,
31+
Color.GREEN.value,
32+
animated=True,
33+
),
2534
link_button(
2635
"mouredev pro",
2736
"Estudia programación de manera diferente",

0 commit comments

Comments
 (0)