Sha256: 50fb5d21fbab1b5bcddd35b0b0ca5f8ecfc48d4006dc8d34b99e36064c94517c
Contents?: true
Size: 748 Bytes
Versions: 948
Compression:
Stored size: 748 Bytes
Contents
import React from 'react' import { Body } from 'playbook-ui' const BodyBlock = (props) => { return ( <> <Body lineHeight='loose' maxWidth='md' {...props} > <p>{`Infuse your life with action. Don't wait for it to happen. Make it happen. Make your own future. Make your own hope. Make your own love. And whatever your beliefs, honor your creator, not by passively waiting for grace to come down from upon high, but by doing what you can to make grace happen... yourself, right now, right down here on Earth.`}</p> <br /> <p>{`- Bradley Whitford`}</p> </Body> </> ) } export default BodyBlock
Version data entries
948 entries across 948 versions & 2 rubygems