Created VisitsHeader test

This commit is contained in:
Alejandro Celaya
2018-09-08 09:31:44 +02:00
parent eb0f219403
commit d37e7ca7ce
4 changed files with 53 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ export default function ExternalLink(props) {
return (
<a target="_blank" rel="noopener noreferrer" href={href} {...rest}>
{children}
{children || href}
</a>
);
}