From 1e35331c49d8343971f7463ef7dfbb1091a8f0f2 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 e1a6f74b..b74ff1ef 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 96cc8c63..bec4d295 100644 --- a/next-ui/src/components/app/drawer/AppDrawerFooter.vue +++ b/next-ui/src/components/app/drawer/AppDrawerFooter.vue @@ -1,13 +1,28 @@