This commit is contained in:
@@ -3,8 +3,16 @@ export default {
|
||||
data: () => ({
|
||||
apps: [
|
||||
{
|
||||
name: 'Transmission',
|
||||
component: resolveComponent('SvgTransmission')
|
||||
name: 'Excalidraw',
|
||||
component: resolveComponent('SvgExcalidraw')
|
||||
},
|
||||
{
|
||||
name: 'Penpot',
|
||||
component: resolveComponent('SvgPenpot')
|
||||
},
|
||||
{
|
||||
name: 'Nextcloud',
|
||||
component: resolveComponent('SvgNextcloud')
|
||||
},
|
||||
{
|
||||
name: 'Gitea',
|
||||
@@ -15,9 +23,9 @@ export default {
|
||||
component: resolveComponent('SvgJellyfin')
|
||||
},
|
||||
{
|
||||
name: 'Nextcloud',
|
||||
component: resolveComponent('SvgNextcloud')
|
||||
}
|
||||
name: 'Transmission',
|
||||
component: resolveComponent('SvgTransmission')
|
||||
},
|
||||
]
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user