Add subtle branding to shared documents

This commit is contained in:
Tom Moor
2018-11-20 21:12:17 -08:00
parent 76924e70f5
commit 085c452d77
4 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
// @flow
import * as React from 'react';
import logo from './logo.png';
function OutlineLogo() {
return <img src={logo} width={16} height={16} alt="Outline Logo" />;
}
export default OutlineLogo;

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 B