File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1313def index_links () -> rx .Component :
1414 return rx .vstack (
1515 title ("Comunidad" ),
16- link_button (
17- "Máster de Desarrollo con IA" ,
18- "Acreditado con Titulación Universitaria" ,
19- "/icons/logo_symbol.svg" ,
20- "https://mouredev.link/masterdesarrolloia" ,
21- True ,
22- Color .GREEN .value ,
23- animated = True ,
24- ),
2516 # link_button(
2617 # "NUEVO Curso gratis de Desarrollo con IA 2026",
2718 # "Apúntate a mi curso 100% gratis, online y con certificado",
@@ -47,6 +38,15 @@ def index_links() -> rx.Component:
4738 False ,
4839 Color .YELLOW .value ,
4940 ),
41+ link_button (
42+ "Máster de Desarrollo con IA" ,
43+ "Acreditado con Titulación Universitaria" ,
44+ "/icons/logo_symbol.svg" ,
45+ "https://mouredev.link/masterdesarrolloia" ,
46+ True ,
47+ Color .GREEN .value ,
48+ animated = False ,
49+ ),
5050 # link_button(
5151 # "Guías de programación",
5252 # "Mi listado de guías gratis en PDF para aprender desarrollo",
Original file line number Diff line number Diff line change 11pip == 26.0.1
2- reflex == 0.8.26
2+ reflex == 0.8.28
33python-dotenv == 1.0.1
44supabase == 2.13.0
55configcat-client == 9.0.4
You can’t perform that action at this time.
0 commit comments