update Header
This commit is contained in:
parent
c6c8394b24
commit
c18d840583
4
dist/index.js
vendored
4
dist/index.js
vendored
@ -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: "مؤسسه تولید سیستمهای خبره و هوشمند اسلامی باقرالعلوم(ع)" })
|
||||
]
|
||||
}
|
||||
);
|
||||
|
||||
@ -34,7 +34,7 @@ function BrandSection({ children, ...props }) {
|
||||
}
|
||||
|
||||
function Logo(props) {
|
||||
return <Image loading="lazy" alt="logo" {...props} />;
|
||||
return <Image loading="lazy" alt="logo" maxW="80px" maxH="80px" {...props} />;
|
||||
}
|
||||
|
||||
function Brand({ children, ...props }) {
|
||||
@ -74,7 +74,7 @@ function Bi({ logoSrc = "/logob.png", ...props }) {
|
||||
>
|
||||
<Image src={logoSrc} loading="lazy" />
|
||||
<Text fontSize="xs" fontWeight="bold" textAlign="center">
|
||||
موسسه تولید سیستم های خبره و هوشمند اسلامی باقرالعلوم (ع)
|
||||
مؤسسه تولید سیستمهای خبره و هوشمند اسلامی باقرالعلوم(ع)
|
||||
</Text>
|
||||
</VStack>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user