Skip to content

Commit d7d07c6

Browse files
committed
Fin máster desarrollo con IA 2026
1 parent 708d6d7 commit d7d07c6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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,6 @@
1313
def 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",

link_bio/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip==26.0.1
2-
reflex==0.8.26
2+
reflex==0.8.28
33
python-dotenv==1.0.1
44
supabase==2.13.0
55
configcat-client==9.0.4

0 commit comments

Comments
 (0)