Skip to content

Commit

Permalink
change header menu (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
razumau committed Aug 20, 2022
1 parent 3473f91 commit f210d7d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions ui/_data/menu.js
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
module.exports = [
{
title: "Устав",
link: "/statute",
fuzzy: true,
},
{
title: "Рабочие органы",
link: "/p/who",
title: "О нас",
link: "/p/about",
},
{
title: "Новости",
link: "/news",
},
{
title: "Турниры",
link: "/p/aegis",
link: "/p/tournaments",
},

{
title: "Документы",
link: "/docs",
title: "Рейтинг",
link: "/p/rating",
},
{
title: "Наше видение",
link: "/vision",
title: "Библиотека",
link: "/p/library",
},
{
title: "Документы",
link: "/p/documents",
},
{
title: "Обратная связь",
Expand Down

1 comment on commit f210d7d

@vercel
Copy link

@vercel vercel bot commented on f210d7d Aug 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.