Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
render() {
return (
<header id="header">
<div>
<h1>
Themer.js <span>v{PACKAGE.version}</span>
</h1>
<div>
<span>
{this.props.icon}
</span>
<a href="https://github.com/krestaino/themer.js">
github.com/krestaino/themer.js
</a>
</div>
</div>
<div>{this.props.children}</div>
</header>
);
}
}