feat(admin): remove '前台' nav item from admin header

This commit is contained in:
xfy 2026-06-05 17:07:22 +08:00
parent 26eb62c2ae
commit 6d621d9ec4

View File

@ -53,11 +53,6 @@ pub fn AdminLayout() -> Element {
label: "管理文章",
is_active: matches!(route, Route::Posts {}),
},
NavItemConfig {
route: Route::Home {},
label: "前台",
is_active: false,
},
];
let right_content = rsx! {