Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Commit

Permalink
Merge c860448 into 4aede0f
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Dec 20, 2017
2 parents 4aede0f + c860448 commit cd98258
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/clay-dropdown/demos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -517,11 +517,11 @@ <h4>Actions Dropdown with events in items</h4>
{
items: [
{
href: '#1'
href: '#1',
label: 'Edit',
},
{
href: '#1'
href: '#1',
label: 'Preview',
},
],
Expand All @@ -531,11 +531,11 @@ <h4>Actions Dropdown with events in items</h4>
{
items: [
{
href: '#1'
href: '#1',
label: 'Expire',
},
{
href: '#1'
href: '#1',
label: 'View History',
},
],
Expand All @@ -545,7 +545,7 @@ <h4>Actions Dropdown with events in items</h4>
{
items: [
{
href: '#1'
href: '#1',
label: 'Permissions',
}
],
Expand All @@ -555,11 +555,11 @@ <h4>Actions Dropdown with events in items</h4>
{
items: [
{
href: '#1'
href: '#1',
label: 'Copy',
},
{
href: '#1'
href: '#1',
label: 'Move',
},
],
Expand All @@ -569,7 +569,7 @@ <h4>Actions Dropdown with events in items</h4>
{
items: [
{
href: '#1'
href: '#1',
label: 'Move to the Recycle Bin',
}
],
Expand Down

0 comments on commit cd98258

Please sign in to comment.