Skip to content

Commit 7f9927e

Browse files
committed
Merge branch 'ssr-search' of github.com:lit/lit.dev into ssr-search
2 parents 64b1025 + 29654e5 commit 7f9927e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/lit-dev-content/site/_includes/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="description" content="Simple. Fast. Web Components.">
99
<link rel="icon" href="{{ site.baseurl }}/images/flame-favicon.svg">
1010
<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">
1212

1313
{% inlinecss "global.css" %}
1414

packages/lit-dev-content/site/home/1-splash.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</section>
44
<section id="intro">
55
<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" />
77
<!-- Trick for detecting when the logo has scrolled under the header.
88
See src/home.ts -->
99
<div id="splashLogoHeaderOffset"></div>

packages/lit-dev-content/src/components/litdev-search.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ export class LitDevSearch extends LitElement {
288288
@keydown=${this._onKeydown}
289289
@focus=${this._onFocus}
290290
@blur=${this._onBlur}
291-
/>
291+
>
292292
<div
293293
id="popup"
294294
${animate(listboxAnimationOptions)}

0 commit comments

Comments
 (0)