Skip to content

Commit

Permalink
chore(devenv): modal config update
Browse files Browse the repository at this point in the history
  • Loading branch information
asudoh committed May 18, 2018
1 parent d70a52a commit 1707e13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/modal/modal.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
variants: [
{
name: 'default',
label: 'Transactional modal',
label: 'Transactional Modal',
notes: `
Modals communicate information via a secondary window and allow the user to maintain the context of a particular task.
`,
Expand All @@ -19,8 +19,8 @@ module.exports = {
},
{
name: 'nofooter',
label: 'Passive modal',
notes: 'Passive modals are modals without footers.',
label: 'Passive Modal',
notes: 'Passive Modals are modals without footers.',
context: {
idSuffix: Math.random()
.toString(36)
Expand All @@ -32,7 +32,7 @@ module.exports = {
},
{
name: 'danger',
label: 'Danger modal',
label: 'Danger Modal',
context: {
idSuffix: Math.random()
.toString(36)
Expand Down

0 comments on commit 1707e13

Please sign in to comment.