feat: add collections page

This commit is contained in:
Kentai Radiquum 2024-08-13 13:24:11 +05:00
parent dbe9eba23f
commit 9e843be11f
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
7 changed files with 338 additions and 0 deletions

View file

@ -56,6 +56,15 @@ export const Navbar = () => {
},
{
id: 5,
icon: "material-symbols--collections-bookmark-outline",
iconActive: "material-symbols--collections-bookmark",
title: "Коллекции",
href: "/collections",
withAuthOnly: true,
mobileMenu: true,
},
{
id: 6,
icon: "material-symbols--history",
iconActive: "material-symbols--history",
title: "История",