🔎 Improving Lighthouse score
This commit is contained in:
@@ -196,7 +196,7 @@ export default {
|
|||||||
})
|
})
|
||||||
// Cut off the part that's already been typed.
|
// Cut off the part that's already been typed.
|
||||||
.map(entry => entry.substring(this.selectionStart))
|
.map(entry => entry.substring(this.selectionStart))
|
||||||
// We only want the top 3 suggestions.
|
// We only want the top 6 suggestions.
|
||||||
.slice(0, 6)
|
.slice(0, 6)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,10 +11,14 @@
|
|||||||
<a
|
<a
|
||||||
href="https://github.com/liyasthomas/postwoman"
|
href="https://github.com/liyasthomas/postwoman"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
aria-label="GitHub"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
class="icon"
|
||||||
|
aria-label="GitHub"
|
||||||
v-tooltip="'GitHub'"
|
v-tooltip="'GitHub'"
|
||||||
>
|
>
|
||||||
<button class="icon">
|
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="24"
|
width="24"
|
||||||
|
|||||||
Reference in New Issue
Block a user