Skip to content

Commit

Permalink
fix lighthouse feedback (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
aotearoan committed Dec 6, 2020
1 parent 99bae40 commit 838dc44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aotearoan/neon",
"description": "Neon is a lightweight design library of VueJS components with minimal dependencies. It supports light and dark modes and can be extended to support multiple themes",
"version": "4.0.7",
"version": "4.0.8",
"main": "dist/@aotearoan/neon.umd.js",
"types": "dist/@aotearoan/components.d.ts",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/app/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
color="high-contrast"
button-style="text"
:size="isMobile ? 's' : 'l'"
aria-label="View on GitHub"
/>
<neon-button
name="dark-mode-toggle"
Expand Down
1 change: 1 addition & 0 deletions src/components/navigation/link/NeonLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
tabindex="0"
@click="onClick"
@keydown.enter="onClick"
rel="noopener"
>
<span class="neon-link__label">
<!-- @slot the content of the link -->
Expand Down

0 comments on commit 838dc44

Please sign in to comment.