We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae01317 commit 3a41f66Copy full SHA for 3a41f66
apps/pyconkr-admin/src/routes.tsx
@@ -10,6 +10,7 @@ import {
10
ManageAccounts,
11
NoteAlt,
12
StickyNote2,
13
+ Tag,
14
} from "@mui/icons-material";
15
16
import { AdminEditorCreateRoutePage, AdminEditorModifyRoutePage } from "./components/layouts/admin_editor";
@@ -84,6 +85,14 @@ export const RouteDefinitions: RouteDef[] = [
84
85
app: "event",
86
resource: "sponsortier",
87
},
88
+ {
89
+ type: "routeDefinition",
90
+ key: "event-sponsortag",
91
+ icon: Tag,
92
+ title: "후원사 태그",
93
+ app: "event",
94
+ resource: "sponsortag",
95
+ },
96
{
97
type: "routeDefinition",
98
key: "event-sponsor",
0 commit comments