Content pages

This commit is contained in:
Tom Moor
2018-12-20 20:00:58 -08:00
parent d1b352963f
commit b7bea4941e
18 changed files with 195 additions and 88 deletions

View File

@@ -6,7 +6,7 @@ import OutlineLogo from 'shared/components/OutlineLogo';
function Branding() {
return (
<Link href={process.env.URL}>
<OutlineLogo />&nbsp;Outline
<OutlineLogo size={16} fill="#000" />&nbsp;Outline
</Link>
);
}