mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-05 06:38:00 +01:00
docs: improve demo accessibility
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
const links = [{
|
const links = [{
|
||||||
avatar: {
|
avatar: {
|
||||||
src: 'https://ipx.nuxt.com/s_16x16/gh_avatar/benjamincanac',
|
src: 'https://ipx.nuxt.com/s_16x16/gh_avatar/benjamincanac',
|
||||||
srcset: 'https://ipx.nuxt.com/s_32x32/gh_avatar/benjamincanac 2x'
|
srcset: 'https://ipx.nuxt.com/s_32x32/gh_avatar/benjamincanac 2x',
|
||||||
|
alt: ''
|
||||||
},
|
},
|
||||||
label: 'benjamincanac',
|
label: 'benjamincanac',
|
||||||
to: 'https://github.com/benjamincanac',
|
to: 'https://github.com/benjamincanac',
|
||||||
@@ -10,7 +11,8 @@ const links = [{
|
|||||||
}, {
|
}, {
|
||||||
avatar: {
|
avatar: {
|
||||||
src: 'https://ipx.nuxt.com/s_16x16/gh_avatar/Atinux',
|
src: 'https://ipx.nuxt.com/s_16x16/gh_avatar/Atinux',
|
||||||
srcset: 'https://ipx.nuxt.com/s_32x32/gh_avatar/Atinux 2x'
|
srcset: 'https://ipx.nuxt.com/s_32x32/gh_avatar/Atinux 2x',
|
||||||
|
alt: ''
|
||||||
},
|
},
|
||||||
label: 'Atinux',
|
label: 'Atinux',
|
||||||
to: 'https://github.com/Atinux',
|
to: 'https://github.com/Atinux',
|
||||||
@@ -18,7 +20,8 @@ const links = [{
|
|||||||
}, {
|
}, {
|
||||||
avatar: {
|
avatar: {
|
||||||
src: 'https://ipx.nuxt.com/s_16x16/gh_avatar/smarroufin',
|
src: 'https://ipx.nuxt.com/s_16x16/gh_avatar/smarroufin',
|
||||||
srcset: 'https://ipx.nuxt.com/s_32x32/gh_avatar/smarroufin 2x'
|
srcset: 'https://ipx.nuxt.com/s_32x32/gh_avatar/smarroufin 2x',
|
||||||
|
alt: ''
|
||||||
},
|
},
|
||||||
label: 'smarroufin',
|
label: 'smarroufin',
|
||||||
to: 'https://github.com/smarroufin',
|
to: 'https://github.com/smarroufin',
|
||||||
|
|||||||
Reference in New Issue
Block a user