From 16bea36f4f227d2788a4405ca558a0358152d43d Mon Sep 17 00:00:00 2001 From: Mohamadzadeh <7796733@gmail.com> Date: Sun, 14 Jun 2026 10:38:41 +0330 Subject: [PATCH] update Header --- dist/index.js | 16 ++++++++-------- src/components/Header.jsx | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/dist/index.js b/dist/index.js index 56febfc..a7f5617 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1800,24 +1800,24 @@ function yn({ children: e, ...r }) { { as: "header", w: "100%", - h: "92px", - borderBottom: "1px solid", + h: "110px", + borderBottom: "1px", borderColor: "gray.200", - bg: "#fdfbff", + bg: "blue.400", px: "20px", zIndex: 10, position: "fixed", - top: 0, + color: "white", ...r, children: /* @__PURE__ */ b(W, { h: "100%", alignItems: "center", justifyContent: "space-between", children: e }) } ); } function bn({ children: e, ...r }) { - return /* @__PURE__ */ b(W, { alignItems: "end", h: "100%", py: "10px", ...r, children: e }); + return /* @__PURE__ */ b(W, { alignItems: "center", h: "100%", py: "10px", ...r, children: e }); } function vn(e) { - return /* @__PURE__ */ b(Qe, { loading: "lazy", ...e }); + return /* @__PURE__ */ b(Qe, { loading: "lazy", alt: "logo", ...e }); } function xn({ children: e, ...r }) { return /* @__PURE__ */ b( @@ -1826,7 +1826,7 @@ function xn({ children: e, ...r }) { alignItems: "start", justifyContent: "end", h: "100%", - spacing: 0, + spacing: 1, ...r, children: e } @@ -1849,7 +1849,7 @@ function gn({ logoSrc: e = "/logob.png", ...r }) { ...r, children: [ /* @__PURE__ */ b(Qe, { src: e, loading: "lazy" }), - /* @__PURE__ */ b(L, { fontSize: "xs", fontWeight: "bold", textAlign: "center", children: "موسسه تولید سیستم های خبره و هوشمند اسلامی باقرالعلوم(ع)" }) + /* @__PURE__ */ b(L, { fontSize: "xs", fontWeight: "bold", textAlign: "center", children: "موسسه تولید سیستم های خبره و هوشمند اسلامی باقرالعلوم (ع)" }) ] } ); diff --git a/src/components/Header.jsx b/src/components/Header.jsx index 702efbc..1f2025f 100644 --- a/src/components/Header.jsx +++ b/src/components/Header.jsx @@ -8,14 +8,14 @@ function HeaderRoot({ children, ...props }) { @@ -27,14 +27,14 @@ function HeaderRoot({ children, ...props }) { function BrandSection({ children, ...props }) { return ( - + {children} ); } function Logo(props) { - return ; + return logo; } function Brand({ children, ...props }) { @@ -43,7 +43,7 @@ function Brand({ children, ...props }) { alignItems="start" justifyContent="end" h="100%" - spacing={0} + spacing={1} {...props} > {children} @@ -74,7 +74,7 @@ function Bi({ logoSrc = "/logob.png", ...props }) { > - موسسه تولید سیستم های خبره و هوشمند اسلامی باقرالعلوم(ع) + موسسه تولید سیستم های خبره و هوشمند اسلامی باقرالعلوم (ع) );