1
1
mirror of https://github.com/c8r/x0.git synced 2024-09-11 21:57:26 +03:00

Remove logo dependency

This commit is contained in:
Brent Jackson 2017-12-15 11:37:15 -05:00
parent cd690ffe40
commit 49bacfaaa2
2 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,5 @@
import React from 'react'
import connect from 'refunk'
import { Logo } from '@compositor/logo'
import pkg from '../package.json'
import Style from './Style'
import Flex from './Flex'
@ -33,7 +32,6 @@ const App = connect(props => <React.Fragment>
<Flex wrap align='center'>
<BlockLink href='https://compositor.io'>
<Flex ml={-1} align='center'>
<Logo size={32} />
<Caps f='10px' fontWeight='600'>
Compositor
</Caps>

View File

@ -42,7 +42,6 @@
"webpack-dev-server": "^2.9.1"
},
"devDependencies": {
"@compositor/logo": "^1.2.2",
"ava": "^0.24.0",
"isomorphic-fetch": "^2.2.1",
"nano-style": "^1.0.0-20",