Skip to content

Commit 40d088e

Browse files
authored
add simple composition with logo to Angular aspect (#26)
1 parent 8b5a37c commit 40d088e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import React from 'react';
2+
3+
export const Logo = () => (
4+
<div style={{ height: '100%', display: 'flex', justifyContent: 'center' }}>
5+
<img style={{ width: 70 }} src="https://static.bit.dev/brands/logo-angular.svg" />
6+
</div>
7+
);

0 commit comments

Comments
 (0)