Skip to content

Commit bd5fc79

Browse files
author
Elliott Marquez
committed
docs: fix broken links for docs
1 parent f9607fe commit bd5fc79

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

demos/elevation-overlay/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</style>
4040
</head>
4141
<body class="unresolved">
42-
<demo-header component="Dialog" package="dialog"></demo-header>
42+
<demo-header component="Elevation Overlay" package="elevation-overlay"></demo-header>
4343

4444
<main>
4545
<my-element></my-element>

demos/index.js

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ class DemoView extends LitElement {
9494
};
9595

9696
this.listItems = [
97+
{
98+
name: 'Elevation Overlay',
99+
secondary: 'Element overlays for dark mode elevation and emphasis',
100+
href: 'elevation-overlay/',
101+
img: 'https://fonts.gstatic.com/s/i/materialicons/flip_to_front/v6/24px.svg',
102+
},
97103
{
98104
name: 'Button',
99105
secondary: 'Raised and flat buttons',
@@ -164,13 +170,13 @@ class DemoView extends LitElement {
164170
name: 'List',
165171
secondary: 'Continuous, vertical indexes of text or images.',
166172
href: 'list/',
167-
img: 'https://material.io/develop/images/component_icons/list.svg',
173+
img: 'https://fonts.gstatic.com/s/i/materialicons/view_list/v6/24px.svg',
168174
},
169175
{
170176
name: 'Menu',
171177
secondary: 'Displays a list of choices on a temporary surface.',
172178
href: 'menu/',
173-
img: 'https://material.io/develop/images/component_icons/menu.svg',
179+
img: 'https://fonts.gstatic.com/s/i/materialicons/picture_in_picture/v6/24px.svg',
174180
},
175181
{
176182
name: 'Radio buttons',
@@ -188,7 +194,7 @@ class DemoView extends LitElement {
188194
name: 'Select',
189195
secondary: 'Single option dropdown select menus',
190196
href: 'select/',
191-
img: 'https://material.io/develop/images/component_icons/menu.svg',
197+
img: 'https://fonts.gstatic.com/s/i/materialicons/list_alt/v6/24px.svg',
192198
},
193199
{
194200
name: 'Slider',

0 commit comments

Comments
 (0)