We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41549a3 commit 0244beaCopy full SHA for 0244bea
link_bio/link_bio/views/index_links.py
@@ -22,6 +22,15 @@ def index_links() -> rx.Component:
22
# Color.GREEN.value,
23
# animated=True,
24
# ),
25
+ link_button(
26
+ "NUEVO Curso gratis de Desarrollo con IA 2026",
27
+ "Apúntate a mi curso 100% gratis, online y con certificado",
28
+ "/icons/logo_symbol.svg",
29
+ "https://mouredev.link/cursodesarrolloia2026",
30
+ True,
31
+ Color.GREEN.value,
32
+ animated=True,
33
+ ),
34
link_button(
35
"mouredev pro",
36
"Estudia programación de manera diferente",
0 commit comments