From e8b9d8b1d6df05239ce73e71a315849b1c5d0552 Mon Sep 17 00:00:00 2001 From: Lera24 Date: Tue, 19 Nov 2024 18:12:08 +0200 Subject: [PATCH] fix: hiding configuration --- .../start-page/components/the-start-page.vue | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/modules/start-page/components/the-start-page.vue b/src/modules/start-page/components/the-start-page.vue index 19b6ea0c..92af5c5c 100644 --- a/src/modules/start-page/components/the-start-page.vue +++ b/src/modules/start-page/components/the-start-page.vue @@ -40,16 +40,16 @@ const nav = [ dark: ContactsImgDark, }, }, - { - value: 'configuration', - route: '/configuration', - name: t(`startPage.configuration.name`), - text: t(`startPage.configuration.text`), - images: { - light: ConfigurationImgLight, - dark: ConfigurationImgDark, - }, - }, + // { + // value: 'configuration', + // route: '/configuration', + // name: t(`startPage.configuration.name`), + // text: t(`startPage.configuration.text`), + // images: { + // light: ConfigurationImgLight, + // dark: ConfigurationImgDark, + // }, + // }, ];