Sha256: 9329fff81cacb3ab430daa6e0845e4d75354b2306063ccc37d0055221c223b0b
Contents?: true
Size: 742 Bytes
Versions: 777
Compression:
Stored size: 742 Bytes
Contents
import React from 'react' import { Body } from '../..' 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
777 entries across 777 versions & 2 rubygems