From 61ee9efc7727e6a891a8edeb2451a278eb3e5197 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Thu, 29 May 2025 14:57:05 +0800 Subject: [PATCH] documentation link in drawer footer --- next-ui/dir2json.d.ts | 1 - .../components/app/drawer/AppDrawerFooter.vue | 31 ++++++++++++++----- 2 files changed, 23 insertions(+), 9 deletions(-) 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 @@