Skip to content

Commit 002e56d

Browse files
authored
Merge pull request #1123 from kadena-community/fix/docs_build
[DOCS]fix: build
2 parents 2a0e92c + 14128aa commit 002e56d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.changeset/strong-gifts-approve.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/apps/docs/src/pages/marmalade/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ const Home: FC<IProps> = ({ blogPosts, popularPages }) => {
3737
thrilled to share the next stage of this adventure.
3838
</Text>
3939
</Box>
40-
<Grid.Root gap="$lg" columns={{ sm: 1, lg: 5 }}>
41-
<Grid.Item columnSpan={{ sm: 1, lg: 3 }}>
40+
<Grid.Root gap="$lg" columns={{ sm: 1, lg: 2 }}>
41+
<Grid.Item>
4242
<Card fullWidth>
4343
<Heading as="h4">Quick start</Heading>
4444
<Box marginY="$4">

0 commit comments

Comments
 (0)