mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix text hierarhcy
This commit is contained in:
parent
7ddea169b7
commit
144b9d10b1
2 changed files with 11 additions and 10 deletions
|
@ -98,7 +98,7 @@ const Sidebar: React.FC<SidebarProps> = ({
|
|||
) : null}
|
||||
{userRole == "Admin" ? (
|
||||
<Menu.Item key="12" onClick={() => setPage("admin-panel")}>
|
||||
<Text>Admin</Text>
|
||||
<Text>Admin Settings</Text>
|
||||
</Menu.Item>
|
||||
) : null}
|
||||
<Menu.Item key="13" onClick={() => setPage("api_ref")}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue