mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +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"
|
||||
|
||||
export default {
|
||||
"dashboard": {
|
||||
label: "Dashboard",
|
||||
icon: "MdOutlineDashboard",
|
||||
component: DashboardTab,
|
||||
},
|
||||
"feed": {
|
||||
label: "Feed",
|
||||
icon: "Compass",
|
||||
@ -25,4 +20,9 @@ export default {
|
||||
component: SpacesTab,
|
||||
disabled: true
|
||||
},
|
||||
"artistPanel": {
|
||||
label: "Artist Panel",
|
||||
icon: "MdOutlineDashboard",
|
||||
component: DashboardTab,
|
||||
},
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user