fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Ehsan.Asadi
2025-12-31 13:52:49 +03:30
parent 918f48b1ee
commit 208d14af3b

View File

@@ -1795,7 +1795,7 @@ def footer() -> rx.Component:
direction=rx.breakpoints(initial="column", lg="row"), direction=rx.breakpoints(initial="column", lg="row"),
width="100%", width="100%",
align="center", align="center",
justify=rx.breakpoints(initial="center", lg="space-between"), justify=rx.breakpoints(initial="center", lg="between"),
spacing=rx.breakpoints(initial="8", lg="0"), spacing=rx.breakpoints(initial="8", lg="0"),
padding_y=rx.breakpoints(initial="30px", md="40px"), padding_y=rx.breakpoints(initial="30px", md="40px"),
), ),