SkinHub修改

This commit is contained in:
yml2213
2026-07-31 14:20:18 +08:00
parent 371481126e
commit db4a00f25d
+1 -1
View File
@@ -208,7 +208,7 @@ export default function MainLayout() {
</button> </button>
<div className="app-sidebar__brand"> <div className="app-sidebar__brand">
<span className="app-sidebar__brand-mark">S</span> <span className="app-sidebar__brand-mark">S</span>
{!collapsed ? <span className="app-sidebar__brand-text">Skin Sales</span> : null} {!collapsed ? <span className="app-sidebar__brand-text">Skin Hub</span> : null}
</div> </div>
<nav className="app-sidebar__nav"> <nav className="app-sidebar__nav">
{sections.map((section) => { {sections.map((section) => {