Skip to content

Commit

Permalink
docs: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede committed Oct 11, 2024
1 parent 5ecd9bb commit 53ef805
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ export default defineAppConfig({
colorMode: true,
links: [
{
icon: 'i-simple-icons-github',
to: 'https://github.com/vueuse/motion',
target: '_blank',
'icon': 'i-simple-icons-github',
'to': 'https://github.com/vueuse/motion',
'target': '_blank',
'aria-label': 'VueUse Motion',
},
],
Expand All @@ -153,9 +153,9 @@ export default defineAppConfig({
colorMode: false,
links: [
{
icon: 'i-simple-icons-github',
to: 'https://github.com/vueuse/motion',
target: '_blank',
'icon': 'i-simple-icons-github',
'to': 'https://github.com/vueuse/motion',
'target': '_blank',
'aria-label': 'VueUse Motion',
},
],
Expand Down
2 changes: 1 addition & 1 deletion docs/content/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hero:
```
features:
title: "Let's put things in motion"
title: 'Let''s put things in motion'

items:
- title: Smooth animations
Expand Down

0 comments on commit 53ef805

Please sign in to comment.