feat: 管理端侧边栏底部显示安职通产品名
This commit is contained in:
@@ -208,6 +208,12 @@ export default function SidebarNav({ mobileOpen, onClose }: { mobileOpen: boolea
|
|||||||
)
|
)
|
||||||
})}
|
})}
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
{/* 底部产品名 */}
|
||||||
|
<div className="shrink-0 border-t border-gray-200 px-4 py-3">
|
||||||
|
<div className="text-xs font-medium text-gray-400">安职通</div>
|
||||||
|
<div className="text-[10px] text-gray-300 mt-0.5">用工专家 · 智慧HR</div>
|
||||||
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user