diff --git a/next-ui/dir2json.d.ts b/next-ui/dir2json.d.ts index e1a6f74b8..b74ff1ef2 100644 --- a/next-ui/dir2json.d.ts +++ b/next-ui/dir2json.d.ts @@ -6,7 +6,6 @@ declare module "*i18n?dir2json&ext=.json&1" { const json: { "en": string; - "fr": string; }; export default json; } diff --git a/next-ui/src/components/app/drawer/AppDrawerFooter.vue b/next-ui/src/components/app/drawer/AppDrawerFooter.vue index 96cc8c63e..bec4d2952 100644 --- a/next-ui/src/components/app/drawer/AppDrawerFooter.vue +++ b/next-ui/src/components/app/drawer/AppDrawerFooter.vue @@ -1,13 +1,28 @@