Skip to content

Commit

Permalink
Merge branch 'dev' into fix/home-semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman committed Jan 22, 2020
2 parents 4d7d609 + 00e629d commit 803d91a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/images/customize.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/components/01-atoms/01-icons/icons.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ module.exports = {
{
svg: 'edit',
},
{
svg: 'info',
},
{
svg: 'success',
},
Expand Down Expand Up @@ -47,6 +50,9 @@ module.exports = {
{
svg: 'settings',
},
{
svg: 'customize',
},
{
svg: 'export',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
title: 'Notification',
status: 'wip',
context: {
icon: 'info',
title: 'Notification',
content: faker.lorem.sentences( 3 ),
standAlone: false,
Expand Down

0 comments on commit 803d91a

Please sign in to comment.