This commit is contained in:
death916 2025-06-06 05:41:51 -07:00
parent 7ea6177c71
commit c8fb94ff33

View file

@ -245,7 +245,6 @@ def index() -> rx.Component:
) )
), ),
# --- Modified MLB Scores Card ---
rx.card( rx.card(
rx.box( rx.box(
rx.text("MLB Scores"), rx.text("MLB Scores"),
@ -272,7 +271,6 @@ def index() -> rx.Component:
), ),
), ),
), ),
# --- End of Modified MLB Scores Card ---
spacing="3", spacing="3",
width="100%", width="100%",