Skip to content

Commit

Permalink
fix: hiding configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Lera24 committed Nov 19, 2024
1 parent a9e7887 commit e8b9d8b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/modules/start-page/components/the-start-page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
// },
// },
];
</script>

Expand Down

0 comments on commit e8b9d8b

Please sign in to comment.