diff --git a/next-ui/src/components.d.ts b/next-ui/src/components.d.ts index 267be31e..4d85c48a 100644 --- a/next-ui/src/components.d.ts +++ b/next-ui/src/components.d.ts @@ -23,6 +23,7 @@ declare module 'vue' { BuildVersion: typeof import('./components/BuildVersion.vue')['default'] DialogConfirm: typeof import('./components/dialogs/DialogConfirm.vue')['default'] DialogConfirmEdit: typeof import('./components/dialogs/DialogConfirmEdit.vue')['default'] + Discord: typeof import('./components/icons/discord.vue')['default'] FormUserChangePassword: typeof import('./components/forms/user/FormUserChangePassword.vue')['default'] FormUserEdit: typeof import('./components/forms/user/FormUserEdit.vue')['default'] HelloWorld: typeof import('./components/HelloWorld.vue')['default'] diff --git a/next-ui/src/components/AppFooter.vue b/next-ui/src/components/AppFooter.vue index 966da8f6..1fb98113 100644 --- a/next-ui/src/components/AppFooter.vue +++ b/next-ui/src/components/AppFooter.vue @@ -1,8 +1,5 @@ @@ -39,34 +37,14 @@ diff --git a/next-ui/src/components/app/drawer/AppDrawerFooter.vue b/next-ui/src/components/app/drawer/AppDrawerFooter.vue index 8a25687c..ab13c30b 100644 --- a/next-ui/src/components/app/drawer/AppDrawerFooter.vue +++ b/next-ui/src/components/app/drawer/AppDrawerFooter.vue @@ -27,6 +27,8 @@ + +