()
| 1 | import { Box, Flex, Text } from 'gestalt'; |
| 2 | |
| 3 | export default function Example() { |
| 4 | return ( |
| 5 | <Box alignItems="center" display="flex" height="100%" justifyContent="center" padding={8}> |
| 6 | <Flex direction="column" gap={{ column: 2, row: 0 }}> |
| 7 | <Text size="500" weight="bold"> |
| 8 | (H2) The creator code |
| 9 | </Text> |
| 10 | <Text size="200"> |
| 11 | (p) Pinterest is building a positive online space for creators. That’s why we made the |
| 12 | Creator Code: A commitment to kindness for everyone on Pinterest. We expect everyone to |
| 13 | follow these guidelines and lead with kindness when you create new content or interact |
| 14 | with other people on Pinterest. |
| 15 | </Text> |
| 16 | <Text size="600" weight="bold"> |
| 17 | (H1) Be kind! |
| 18 | </Text> |
| 19 | <Text size="200"> |
| 20 | (p) Great content should highlight you and your ideas. Put your original spin on something |
| 21 | and don’t be afraid to let your own perspective shine. For example: Fashion inspiration to |
| 22 | freshen up a wardrobe. |
| 23 | </Text> |
| 24 | <Text size="300" weight="bold"> |
| 25 | (H4) Express yourself |
| 26 | </Text> |
| 27 | </Flex> |
| 28 | </Box> |
| 29 | ); |
| 30 | } |
nothing calls this directly
no outgoing calls
no test coverage detected