Skip to content

Commit

Permalink
refactor(logoicon): remove obsolete component
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbien committed May 31, 2020
1 parent 4b5b7aa commit adc04c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 33 deletions.
10 changes: 6 additions & 4 deletions src/components/AppBar/AppBar.stories.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';

import {
AppBar,
Toolbar,
Expand All @@ -9,8 +8,7 @@ import {
ListItem,
Divider
} from 'react95';

import LogoIcon from '../Icon/LogoIcon';
import logoIMG from '../assets/images/logo.png';

export default {
title: 'AppBar',
Expand Down Expand Up @@ -41,7 +39,11 @@ export const Default = () => {
active={open}
style={{ fontWeight: 'bold' }}
>
<LogoIcon style={{ marginLeft: -2, marginRight: 4 }} />
<img
src={logoIMG}
alt='react95 logo'
style={{ height: '20px', marginRight: 4 }}
/>
Start
</Button>
{open && (
Expand Down
29 changes: 0 additions & 29 deletions src/components/Icon/LogoIcon.js

This file was deleted.

0 comments on commit adc04c0

Please sign in to comment.