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