diff --git a/src/components/applications-list.vue b/src/components/applications-list.vue index 15fbea9..6f88d6f 100644 --- a/src/components/applications-list.vue +++ b/src/components/applications-list.vue @@ -8,6 +8,8 @@ import Nextcloud from 'Svg/apps/nextcloud.vue' import Penpot from 'Svg/apps/penpot.vue' import Plausible from 'Svg/apps/plausible.vue' import Rss from 'Svg/apps/rss.vue' +import Hoppscotch from 'Svg/apps/hoppscotch.vue' +import Radio from 'Svg/apps/radio.vue' export default { components: { @@ -20,6 +22,8 @@ export default { Penpot, Plausible, Rss, + Hoppscotch, + Radio, }, data: () => ({ apps: [ @@ -31,6 +35,8 @@ export default { 'Penpot', 'Plausible', 'Rss', + 'hoppscotch', + 'radio', ], }), }