1 parent b38c432 commit a12566bCopy full SHA for a12566b
1 file changed
link_bio/link_bio/views/index_links.py
@@ -13,15 +13,15 @@
13
def index_links() -> rx.Component:
14
return rx.vstack(
15
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
- # ),
+ link_button(
+ "Curso de Desarrollo con IA: Programa con agentes",
+ "Apúntate a mi curso 100% gratis, online y con certificado",
+ "/icons/logo_symbol.svg",
+ "https://mouredev.link/cursoagentes",
+ True,
+ Color.GREEN.value,
+ animated=True,
+ ),
25
link_button(
26
"Cursos gratis",
27
"Consulta mis tutoriales para aprender programación",
0 commit comments