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,
|
Xe,
|
||||||
{
|
{
|
||||||
alignItems: "start",
|
alignItems: "start",
|
||||||
justifyContent: "end",
|
justifyContent: "center",
|
||||||
h: "100%",
|
h: "100%",
|
||||||
spacing: 1,
|
spacing: 1,
|
||||||
...r,
|
...r,
|
||||||
|
|||||||
@ -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}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user