diff --git a/packages/clay-dropdown/demos/index.html b/packages/clay-dropdown/demos/index.html index 51195ffd5..e87fd507c 100644 --- a/packages/clay-dropdown/demos/index.html +++ b/packages/clay-dropdown/demos/index.html @@ -517,11 +517,11 @@

Actions Dropdown with events in items

{ items: [ { - href: '#1' + href: '#1', label: 'Edit', }, { - href: '#1' + href: '#1', label: 'Preview', }, ], @@ -531,11 +531,11 @@

Actions Dropdown with events in items

{ items: [ { - href: '#1' + href: '#1', label: 'Expire', }, { - href: '#1' + href: '#1', label: 'View History', }, ], @@ -545,7 +545,7 @@

Actions Dropdown with events in items

{ items: [ { - href: '#1' + href: '#1', label: 'Permissions', } ], @@ -555,11 +555,11 @@

Actions Dropdown with events in items

{ items: [ { - href: '#1' + href: '#1', label: 'Copy', }, { - href: '#1' + href: '#1', label: 'Move', }, ], @@ -569,7 +569,7 @@

Actions Dropdown with events in items

{ items: [ { - href: '#1' + href: '#1', label: 'Move to the Recycle Bin', } ],