Skip to content

Commit 8c3eb03

Browse files
committed
Se deshabilita temporalmente la sección de directos
1 parent ad02a10 commit 8c3eb03

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

link_bio/link_bio/views/header.py

+15-15
Original file line numberDiff line numberDiff line change
@@ -122,21 +122,21 @@ def header(details=True) -> rx.Component:
122122
highlight_color=Color.PURPLE.value,
123123
animated=True
124124
),
125-
rx.box(
126-
rx.cond(
127-
PageState.next_live,
128-
link_button(
129-
"Próximo directo",
130-
PageState.next_live,
131-
"/icons/twitch.svg",
132-
const.TWITCH_URL,
133-
highlight_color=Color.PURPLE.value,
134-
animated=True
135-
),
136-
),
137-
width="100%",
138-
on_mount=PageState.check_schedule
139-
)
125+
# rx.box(
126+
# rx.cond(
127+
# PageState.next_live,
128+
# link_button(
129+
# "Próximo directo",
130+
# PageState.next_live,
131+
# "/icons/twitch.svg",
132+
# const.TWITCH_URL,
133+
# highlight_color=Color.PURPLE.value,
134+
# animated=True
135+
# ),
136+
# ),
137+
# width="100%",
138+
# on_mount=PageState.check_schedule
139+
# )
140140
),
141141
rx.text(
142142
f"""

0 commit comments

Comments
 (0)