update Header
This commit is contained in:
parent
16bea36f4f
commit
c6c8394b24
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -1824,7 +1824,7 @@ function xn({ children: e, ...r }) {
|
||||
Xe,
|
||||
{
|
||||
alignItems: "start",
|
||||
justifyContent: "end",
|
||||
justifyContent: "center",
|
||||
h: "100%",
|
||||
spacing: 1,
|
||||
...r,
|
||||
|
||||
@ -41,7 +41,7 @@ function Brand({ children, ...props }) {
|
||||
return (
|
||||
<VStack
|
||||
alignItems="start"
|
||||
justifyContent="end"
|
||||
justifyContent="center"
|
||||
h="100%"
|
||||
spacing={1}
|
||||
{...props}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user