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, + // }, + // }, ];