mirror of
https://github.com/Death916/deathclock.git
synced 2026-04-10 03:04:40 -07:00
radio button
This commit is contained in:
parent
f859756f46
commit
b71911d7ab
2 changed files with 15 additions and 3 deletions
|
|
@ -424,8 +424,10 @@ def index() -> rx.Component:
|
|||
rx.theme_panel(default_open=False),
|
||||
rx.flex(
|
||||
rx.vstack(
|
||||
State._radio_client.radio_card(),
|
||||
clock_button,
|
||||
rx.hstack(
|
||||
State._radio_client.radio_card(),
|
||||
clock_button,
|
||||
),
|
||||
main_flex,
|
||||
news_card,
|
||||
align="center",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue