From 208d14af3b141f8afb4eaf51795e6b0089137fd4 Mon Sep 17 00:00:00 2001 From: "Ehsan.Asadi" Date: Wed, 31 Dec 2025 13:52:49 +0330 Subject: [PATCH] fix --- peikarband/src/presentation/web/pages/landing/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peikarband/src/presentation/web/pages/landing/index.py b/peikarband/src/presentation/web/pages/landing/index.py index dc87180..0faa0cd 100644 --- a/peikarband/src/presentation/web/pages/landing/index.py +++ b/peikarband/src/presentation/web/pages/landing/index.py @@ -1795,7 +1795,7 @@ def footer() -> rx.Component: direction=rx.breakpoints(initial="column", lg="row"), width="100%", align="center", - justify=rx.breakpoints(initial="center", lg="space-between"), + justify=rx.breakpoints(initial="center", lg="between"), spacing=rx.breakpoints(initial="8", lg="0"), padding_y=rx.breakpoints(initial="30px", md="40px"), ),