Skip to content

Commit

Permalink
docs: fix icons used in google contacts demo layout
Browse files Browse the repository at this point in the history
  • Loading branch information
bytheway committed Nov 3, 2019
1 parent 49762fe commit f473d7f
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions packages/docs/src/layouts/layouts/demos/google-contacts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
flat
solo-inverted
hide-details
prepend-inner-icon="search"
prepend-inner-icon="mdi-magnify"
label="Search"
class="hidden-sm-and-down"
/>
Expand Down Expand Up @@ -260,21 +260,21 @@
dialog: false,
drawer: null,
items: [
{ icon: 'contacts', text: 'Contacts' },
{ icon: 'history', text: 'Frequently contacted' },
{ icon: 'content_copy', text: 'Duplicates' },
{ icon: 'mdi-contacts', text: 'Contacts' },
{ icon: 'mdi-history', text: 'Frequently contacted' },
{ icon: 'mdi-content-copy', text: 'Duplicates' },
{
icon: 'keyboard_arrow_up',
'icon-alt': 'keyboard_arrow_down',
icon: 'mdi-chevron-up',
'icon-alt': 'mdi-chevron-down',
text: 'Labels',
model: true,
children: [
{ icon: 'add', text: 'Create label' },
{ icon: 'mdi-plus', text: 'Create label' },
],
},
{
icon: 'keyboard_arrow_up',
'icon-alt': 'keyboard_arrow_down',
icon: 'mdi-chevron-up',
'icon-alt': 'mdi-chevron-down',
text: 'More',
model: false,
children: [
Expand All @@ -285,12 +285,13 @@
{ text: 'Other contacts' },
],
},
{ icon: 'settings', text: 'Settings' },
{ icon: 'chat_bubble', text: 'Send feedback' },
{ icon: 'help', text: 'Help' },
{ icon: 'phonelink', text: 'App downloads' },
{ icon: 'keyboard', text: 'Go to the old version' },
{ icon: 'mdi-settings', text: 'Settings' },
{ icon: 'mdi-message', text: 'Send feedback' },
{ icon: 'mdi-help-circle', text: 'Help' },
{ icon: 'mdi-cellphone-link', text: 'App downloads' },
{ icon: 'mdi-keyboard', text: 'Go to the old version' },
],
}),
}
</script>

0 comments on commit f473d7f

Please sign in to comment.