From 7593025e6aa6e1a3b794645019588924050c1890 Mon Sep 17 00:00:00 2001 From: "Ehsan.Asadi" Date: Wed, 31 Dec 2025 13:44:14 +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 2b8750d..dc87180 100644 --- a/peikarband/src/presentation/web/pages/landing/index.py +++ b/peikarband/src/presentation/web/pages/landing/index.py @@ -1713,7 +1713,7 @@ def footer() -> rx.Component: rx.flex( rx.vstack( rx.hstack( - rx.icon("cloud", size=rx.breakpoints(initial=28, md=32), color="#4DB8C4"), + rx.icon("cloud", size=32, color="#4DB8C4"), rx.heading( "پیکربند", size=rx.breakpoints(initial="6", md="7"),