Skip to content

Commit

Permalink
Add Link
Browse files Browse the repository at this point in the history
  • Loading branch information
lialila committed Apr 28, 2024
1 parent cb59dc9 commit 88ddd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LinkTabs/LinkTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const LinkTabs: FC<LinkTabsProps> = ({
</Flex>

<Box color="gray.200" borderTop="1px" mt="-1px" />
{tab && {children}</Box>}
{tab && <Box mt="2">{children}</Box>}
</Box>
);
};

0 comments on commit 88ddd37

Please sign in to comment.