Skip to content

Commit

Permalink
feat(menu): add code-of-conduct and coding guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
k3ii committed Aug 25, 2024
1 parent 26c964a commit 401a50c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/frontendmu-nuxt/components/site/Menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ const links: TMenu = {
href: '/contribute',
class: '',
},
{
title: 'CODE OF CONDUCT',
href: '/code_of_conduct',
class: '',
},
{
title: 'Coding Guidelines',
href: '/coding_guidelines',
class: '',
},
{
title: 'WhatsApp',
href: 'https://chat.whatsapp.com/invite/0kQ2QX0ZQ0j1YQ4X6Q4Q4Q',
Expand Down

0 comments on commit 401a50c

Please sign in to comment.