Update media
select in EditSightPage
and CreateSightPage
This commit is contained in:
@ -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";
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user