Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
foochifa committed Sep 14, 2023
1 parent 6c292e7 commit d3cba82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/features/admin-form/share/ShareFormModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ export const ShareFormModal = ({
)}
</Stack>
{goLinkHelperText && (
// padding on icon box to emulate padding form <Text>
// padding on icon box to emulate padding from <Text>
<FormHelperText color={goLinkHelperText.color}>
<HStack alignItems="flex-start">
<Box py="2px">{goLinkHelperText.icon}</Box>
Expand Down

0 comments on commit d3cba82

Please sign in to comment.