Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ntorionbearstudio committed Oct 25, 2024
1 parent cd8be8c commit 07ac82f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/components/demos/responsive.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const ItemCard = ({ content, ...props }) => {
alt="House image"
/>
<HStack alignItems="center" mt={2} spacing="sm">
<Badge colorScheme="pink" fontSize="md" p={2}>Plus</Badge>
<Badge colorScheme="pink" fontSize="md">Plus</Badge>
<Text
textTransform="uppercase"
fontSize="sm"
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/index.en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ import Image from 'next/image';
alt="House image"
/>
<HStack alignItems="center" mt={2} spacing="sm">
<Badge colorScheme="pink" fontSize="md" p={2}>Plus</Badge>
<Badge colorScheme="pink" fontSize="md">Plus</Badge>
<Text
textTransform="uppercase"
fontSize="sm"
Expand Down
1 change: 1 addition & 0 deletions docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ const config: DocsThemeConfig = {
project: {
link: 'https://github.com/BearStudio/react-native-ficus-ui',
},
gitTimestamp: false,
sidebar: {
autoCollapse: true,
defaultMenuCollapseLevel: 1,
Expand Down

0 comments on commit 07ac82f

Please sign in to comment.