Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
et0and committed Sep 24, 2024
1 parent 458baf1 commit 298a50a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions keystatic.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default config({
{
label: "Carousel Images",
itemLabel: (props) => props.value?.filename || "Image",
}
},
),
},
}),
Expand Down Expand Up @@ -212,7 +212,7 @@ export default config({
{
label: "Carousel Images",
itemLabel: (props) => props.value?.filename || "Image",
}
},
),
},
}),
Expand Down
2 changes: 1 addition & 1 deletion src/components/mdx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ function createHeading(level: number) {
className: "anchor",
}),
],
children
children,
);
};
}
Expand Down

0 comments on commit 298a50a

Please sign in to comment.