We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9e3f3 commit e13e38eCopy full SHA for e13e38e
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
- "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
- ),
+ # link_button(
+ # "Máster de Desarrollo con IA",
+ # "Acreditado con Titulación Universitaria",
+ # "/icons/logo_symbol.svg",
+ # "https://mouredev.link/masterdesarrolloia",
+ # True,
+ # Color.GREEN.value,
+ # animated=True,
+ # ),
25
link_button(
26
"mouredev pro",
27
"Estudia programación de manera diferente",
0 commit comments