From bd5fc7904de98f17325b5b99ef9029e8e541f450 Mon Sep 17 00:00:00 2001 From: Elliott Marquez Date: Tue, 22 Sep 2020 17:30:14 -0700 Subject: [PATCH] docs: fix broken links for docs --- demos/elevation-overlay/index.html | 2 +- demos/index.js | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/demos/elevation-overlay/index.html b/demos/elevation-overlay/index.html index 35d3e1e4a..d63dffc6b 100644 --- a/demos/elevation-overlay/index.html +++ b/demos/elevation-overlay/index.html @@ -39,7 +39,7 @@ limitations under the License. - +
diff --git a/demos/index.js b/demos/index.js index 948121d4f..c999c54e7 100644 --- a/demos/index.js +++ b/demos/index.js @@ -94,6 +94,12 @@ class DemoView extends LitElement { }; this.listItems = [ + { + name: 'Elevation Overlay', + secondary: 'Element overlays for dark mode elevation and emphasis', + href: 'elevation-overlay/', + img: 'https://fonts.gstatic.com/s/i/materialicons/flip_to_front/v6/24px.svg', + }, { name: 'Button', secondary: 'Raised and flat buttons', @@ -164,13 +170,13 @@ class DemoView extends LitElement { name: 'List', secondary: 'Continuous, vertical indexes of text or images.', href: 'list/', - img: 'https://material.io/develop/images/component_icons/list.svg', + img: 'https://fonts.gstatic.com/s/i/materialicons/view_list/v6/24px.svg', }, { name: 'Menu', secondary: 'Displays a list of choices on a temporary surface.', href: 'menu/', - img: 'https://material.io/develop/images/component_icons/menu.svg', + img: 'https://fonts.gstatic.com/s/i/materialicons/picture_in_picture/v6/24px.svg', }, { name: 'Radio buttons', @@ -188,7 +194,7 @@ class DemoView extends LitElement { name: 'Select', secondary: 'Single option dropdown select menus', href: 'select/', - img: 'https://material.io/develop/images/component_icons/menu.svg', + img: 'https://fonts.gstatic.com/s/i/materialicons/list_alt/v6/24px.svg', }, { name: 'Slider',