Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Commit

Permalink
Revert "feat: Remove icon sprite"
Browse files Browse the repository at this point in the history
This reverts commit fcd18b7.

We will be able to remove the icon sprite when the bar supports it.
cozy/cozy-bar#721
  • Loading branch information
ptbrowne committed Mar 26, 2021
1 parent d05936c commit 0808311
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
} from '../bitwarden-settings'
import { Route, Switch, Redirect, HashRouter } from 'react-router-dom'
import { Layout, Main, Content } from 'cozy-ui/transpiled/react/Layout'
import { Sprite as IconSprite } from 'cozy-ui/transpiled/react/Icon'
import Alerter from 'cozy-ui/transpiled/react/Alerter'
import MuiCozyTheme from 'cozy-ui/transpiled/react/MuiCozyTheme'

Expand Down Expand Up @@ -57,6 +58,7 @@ export const DumbApp = () => {
<Routes />
</Content>
</Main>
<IconSprite />
<Alerter />
<FlagSwitcher />
</Layout>
Expand Down

0 comments on commit 0808311

Please sign in to comment.