File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff 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"""
You can’t perform that action at this time.
0 commit comments