Skip to content

Commit

Permalink
add comment begin test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSero committed Oct 6, 2023
1 parent a887665 commit db0a9ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/components/Forms/Field.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const Field: React.FC<FieldProps> = ({ children, error, label }) => (
</Flex>
);

// testing to see if deployment will have lower performance than develop
export const FieldDescription: React.FC<PropsWithChildren> = ({ children }) => (
<Text ml={4} mt={1} fontSize="sm">
{children}
Expand Down

0 comments on commit db0a9ba

Please sign in to comment.