update Header

This commit is contained in:
Mohamadzadeh 2026-06-14 10:40:35 +03:30
parent 16bea36f4f
commit c6c8394b24
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@ -1824,7 +1824,7 @@ function xn({ children: e, ...r }) {
Xe, Xe,
{ {
alignItems: "start", alignItems: "start",
justifyContent: "end", justifyContent: "center",
h: "100%", h: "100%",
spacing: 1, spacing: 1,
...r, ...r,

View File

@ -41,7 +41,7 @@ function Brand({ children, ...props }) {
return ( return (
<VStack <VStack
alignItems="start" alignItems="start"
justifyContent="end" justifyContent="center"
h="100%" h="100%"
spacing={1} spacing={1}
{...props} {...props}