File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -140,9 +140,9 @@ export default defineAppConfig({
140
140
colorMode : true ,
141
141
links : [
142
142
{
143
- icon : 'i-simple-icons-github' ,
144
- to : 'https://github.com/vueuse/motion' ,
145
- target : '_blank' ,
143
+ ' icon' : 'i-simple-icons-github' ,
144
+ 'to' : 'https://github.com/vueuse/motion' ,
145
+ ' target' : '_blank' ,
146
146
'aria-label' : 'VueUse Motion' ,
147
147
} ,
148
148
] ,
@@ -153,9 +153,9 @@ export default defineAppConfig({
153
153
colorMode : false ,
154
154
links : [
155
155
{
156
- icon : 'i-simple-icons-github' ,
157
- to : 'https://github.com/vueuse/motion' ,
158
- target : '_blank' ,
156
+ ' icon' : 'i-simple-icons-github' ,
157
+ 'to' : 'https://github.com/vueuse/motion' ,
158
+ ' target' : '_blank' ,
159
159
'aria-label' : 'VueUse Motion' ,
160
160
} ,
161
161
] ,
Original file line number Diff line number Diff line change 20
20
```
21
21
22
22
features :
23
- title : " Let's put things in motion"
23
+ title : ' Let'' s put things in motion'
24
24
25
25
items :
26
26
- title : Smooth animations
You can’t perform that action at this time.
0 commit comments