Update media select in EditSightPage and CreateSightPage

This commit is contained in:
2025-06-03 14:32:42 +03:00
parent f0e03c3a1d
commit 078f051e8a
14 changed files with 1361 additions and 1175 deletions

View File

@ -6,7 +6,6 @@ import {
MonitorSmartphone,
Map,
BookImage,
Newspaper,
} from "lucide-react";
export const DRAWER_WIDTH = 300;
@ -47,12 +46,12 @@ export const NAVIGATION_ITEMS: {
icon: BookImage,
path: "/media",
},
{
id: "articles",
label: "Статьи",
icon: Newspaper,
path: "/articles",
},
// {
// id: "articles",
// label: "Статьи",
// icon: Newspaper,
// path: "/articles",
// },
],
secondary: [
{
@ -61,6 +60,7 @@ export const NAVIGATION_ITEMS: {
icon: Power,
onClick: () => {
authStore.logout();
window.location.href = "/login";
},
},
],