From 53ef805efcdd40b77fb13176e20b8f801f4c4aef Mon Sep 17 00:00:00 2001 From: Bobbie Goede Date: Fri, 11 Oct 2024 10:28:14 +0200 Subject: [PATCH] docs: fix linting issues --- docs/app.config.ts | 12 ++++++------ docs/content/index.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/app.config.ts b/docs/app.config.ts index 63939fd..bff543c 100644 --- a/docs/app.config.ts +++ b/docs/app.config.ts @@ -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', }, ], @@ -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', }, ], diff --git a/docs/content/index.yaml b/docs/content/index.yaml index 5dbc3b0..0a30495 100644 --- a/docs/content/index.yaml +++ b/docs/content/index.yaml @@ -20,7 +20,7 @@ hero: ``` features: - title: "Let's put things in motion" + title: 'Let''s put things in motion' items: - title: Smooth animations