Fixed duplicate descriptions

This commit is contained in:
Tobias 2024-02-28 19:49:52 +01:00 committed by GitHub
parent e7e5312133
commit 94ba0b728c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -205,19 +205,19 @@ const DocsSections = [
},
{
title: 'License',
description: 'Configure login and user control',
description: 'Licensing model of Dashy',
link: '/docs/license',
icon: (<IconLegal />),
},
{
title: 'Code of Conduct',
description: 'Configure login and user control',
description: 'Guidelines around Dashy',
link: '/docs/code-of-conduct',
icon: (<IconConduct />),
},
{
title: 'Changelog',
description: 'Configure login and user control',
description: 'View the latest changes and updates',
link: '/docs/changelog',
icon: (<IconChangelog />),
},