File tree 1 file changed +15
-15
lines changed
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:
122
122
highlight_color = Color .PURPLE .value ,
123
123
animated = True
124
124
),
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
+ # )
140
140
),
141
141
rx .text (
142
142
f"""
You can’t perform that action at this time.
0 commit comments