INNER CODE UNIT · JavaScript
ProjectTitle
Accenture/reactive-interaction-gateway · website/pages/en/index.js:52
const ProjectTitle = props => (
<div>
<img style={{ width: "40em", paddingBottom: "1em" }} src={imgUrl('icon+text.svg')} />
<h2 className="projectTitle">
{/* {siteConfig.title} */}
<small>{siteConfig.tagline}</small>
</h2>
</div>
);
const PromoSection = props => (
<div className="section promoSection">
<div className="promoRow">
<div className="pluginRowBlock">{props.children}</div>
</div>
</div>
);