mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
move tabs position
This commit is contained in:
parent
0fcb359eca
commit
8447a704aa
@ -3,11 +3,6 @@ import SpacesTab from "./components/spaces"
|
|||||||
import DashboardTab from "./components/dashboard"
|
import DashboardTab from "./components/dashboard"
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"dashboard": {
|
|
||||||
label: "Dashboard",
|
|
||||||
icon: "MdOutlineDashboard",
|
|
||||||
component: DashboardTab,
|
|
||||||
},
|
|
||||||
"feed": {
|
"feed": {
|
||||||
label: "Feed",
|
label: "Feed",
|
||||||
icon: "Compass",
|
icon: "Compass",
|
||||||
@ -25,4 +20,9 @@ export default {
|
|||||||
component: SpacesTab,
|
component: SpacesTab,
|
||||||
disabled: true
|
disabled: true
|
||||||
},
|
},
|
||||||
|
"artistPanel": {
|
||||||
|
label: "Artist Panel",
|
||||||
|
icon: "MdOutlineDashboard",
|
||||||
|
component: DashboardTab,
|
||||||
|
},
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user