in src/App.js [23:36]
function Description() {
const style = css({
fontSize: '1.5rem',
marginBottom: '2rem',
})
return (
<p {...style}>
The global React community is translating{' '}
<ExtLink href="https://reactjs.org">reactjs.org</ExtLink> into{' '}
<strong {...css({ fontWeight: 600 })}>{langs.length}</strong> languages:
</p>
)
}