Skip to content

Commit a12566b

Browse files
committed
Curso de Desarrollo con IA: Programa con agentes
1 parent b38c432 commit a12566b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

link_bio/link_bio/views/index_links.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
def index_links() -> rx.Component:
1414
return rx.vstack(
1515
title("Comunidad"),
16-
# link_button(
17-
# "NUEVO Curso gratis de Desarrollo con IA 2026",
18-
# "Apúntate a mi curso 100% gratis, online y con certificado",
19-
# "/icons/logo_symbol.svg",
20-
# "https://mouredev.link/cursodesarrolloia2026",
21-
# True,
22-
# Color.GREEN.value,
23-
# animated=True,
24-
# ),
16+
link_button(
17+
"Curso de Desarrollo con IA: Programa con agentes",
18+
"Apúntate a mi curso 100% gratis, online y con certificado",
19+
"/icons/logo_symbol.svg",
20+
"https://mouredev.link/cursoagentes",
21+
True,
22+
Color.GREEN.value,
23+
animated=True,
24+
),
2525
link_button(
2626
"Cursos gratis",
2727
"Consulta mis tutoriales para aprender programación",

0 commit comments

Comments
 (0)