Skip to content

Commit e13e38e

Browse files
committed
Fin Máster Desarrollo con IA
1 parent ab9e3f3 commit e13e38e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
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,15 @@
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-
),
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+
# ),
2525
link_button(
2626
"mouredev pro",
2727
"Estudia programación de manera diferente",

0 commit comments

Comments
 (0)