🔎 Improving Lighthouse score

This commit is contained in:
Liyas Thomas
2019-11-14 05:25:12 +05:30
parent 9de8c4cf04
commit 38da938ec1
2 changed files with 7 additions and 3 deletions

View File

@@ -196,7 +196,7 @@ export default {
})
// Cut off the part that's already been typed.
.map(entry => entry.substring(this.selectionStart))
// We only want the top 3 suggestions.
// We only want the top 6 suggestions.
.slice(0, 6)
);
}

View File

@@ -11,10 +11,14 @@
<a
href="https://github.com/liyasthomas/postwoman"
target="_blank"
aria-label="GitHub"
rel="noopener"
v-tooltip="'GitHub'"
>
<button class="icon">
<button
class="icon"
aria-label="GitHub"
v-tooltip="'GitHub'"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"