Skip to content

Commit cdab9c2

Browse files
committed
Nuevo curso de Desarrollo con IA
1 parent 495040c commit cdab9c2

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
@@ -12,15 +12,15 @@
1212
def index_links() -> rx.Component:
1313
return rx.vstack(
1414
title("Comunidad"),
15-
# link_button(
16-
# "Curso de Desarrollo con IA: Programa con agentes",
17-
# "Apúntate a mi curso 100% gratis, online y con certificado",
18-
# "/icons/logo_symbol.svg",
19-
# "https://mouredev.link/cursoagentes",
20-
# True,
21-
# Color.GREEN.value,
22-
# animated=True,
23-
# ),
15+
link_button(
16+
"Curso de Desarrollo con IA: El nuevo programador",
17+
"Apúntate a mi curso 100% gratis, online y con certificado",
18+
"/icons/logo_symbol.svg",
19+
"https://mouredev.link/desarrolloia",
20+
True,
21+
Color.GREEN.value,
22+
animated=True,
23+
),
2424
link_button(
2525
"Cursos gratis",
2626
"Consulta mis tutoriales para aprender programación",

0 commit comments

Comments
 (0)