diff --git a/dist/index.js b/dist/index.js
index df6bcd4..b7e259e 100644
--- a/dist/index.js
+++ b/dist/index.js
@@ -1817,7 +1817,7 @@ function bn({ children: e, ...r }) {
return /* @__PURE__ */ b(W, { alignItems: "center", h: "100%", py: "10px", ...r, children: e });
}
function vn(e) {
- return /* @__PURE__ */ b(Qe, { loading: "lazy", alt: "logo", ...e });
+ return /* @__PURE__ */ b(Qe, { loading: "lazy", alt: "logo", maxW: "80px", maxH: "80px", ...e });
}
function xn({ children: e, ...r }) {
return /* @__PURE__ */ b(
@@ -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 4d7328b..c394b7f 100644
--- a/src/components/Header.jsx
+++ b/src/components/Header.jsx
@@ -34,7 +34,7 @@ function BrandSection({ children, ...props }) {
}
function Logo(props) {
- return ;
+ return ;
}
function Brand({ children, ...props }) {
@@ -74,7 +74,7 @@ function Bi({ logoSrc = "/logob.png", ...props }) {
>
- موسسه تولید سیستم های خبره و هوشمند اسلامی باقرالعلوم (ع)
+ مؤسسه تولید سیستمهای خبره و هوشمند اسلامی باقرالعلوم(ع)
);