Skip to content

Commit

Permalink
Fixed duplicate descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyWolf13 authored Feb 28, 2024
1 parent e7e5312 commit 94ba0b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 />),
},
Expand Down

0 comments on commit 94ba0b7

Please sign in to comment.