File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
< meta name ="description " content ="Simple. Fast. Web Components. ">
9
9
< link rel ="icon " href ="{{ site.baseurl }}/images/flame-favicon.svg ">
10
10
< link rel ="mask-icon " href ="{{ site.baseurl }}/images/flame-favicon.svg " color ="#324fff ">
11
- < link rel ="modulepreload " href ="{{ site.baseurl }}/js/global/lit-hydrate-support.js "/ >
11
+ < link rel ="modulepreload " href ="{{ site.baseurl }}/js/global/lit-hydrate-support.js ">
12
12
13
13
{% inlinecss "global.css" %}
14
14
Original file line number Diff line number Diff line change 3
3
</ section >
4
4
< section id ="intro ">
5
5
< div id ="splashLogo " role ="heading " aria-level ="1 ">
6
- < img fetchprioirty ="high " src ="{{site.baseurl}}/images/logo.svg " aria-label ="Lit " width ="425 " height ="200 " />
6
+ < img fetchpriority ="high " src ="{{site.baseurl}}/images/logo.svg " aria-label ="Lit " width ="425 " height ="200 " />
7
7
<!-- Trick for detecting when the logo has scrolled under the header.
8
8
See src/home.ts -->
9
9
< div id ="splashLogoHeaderOffset "> </ div >
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ export class LitDevSearch extends LitElement {
288
288
@keydown=${ this . _onKeydown }
289
289
@focus=${ this . _onFocus }
290
290
@blur=${ this . _onBlur }
291
- / >
291
+ >
292
292
< div
293
293
id ="popup "
294
294
${ animate ( listboxAnimationOptions ) }
You can’t perform that action at this time.
0 commit comments