mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
move buttons to the left (#11771)
This commit is contained in:
parent
b21f4a3f74
commit
bc9f111ee8
1 changed files with 2 additions and 3 deletions
|
|
@ -260,9 +260,8 @@ const ViewUserDashboard: React.FC<ViewUserDashboardProps> = ({
|
|||
);
|
||||
|
||||
return (
|
||||
<div className="w-full p-6">
|
||||
<div className="flex items-center justify-between mb-4">
|
||||
<h1 className="text-xl font-semibold">Users</h1>
|
||||
<div className="w-full p-6 mx-4">
|
||||
<div className="flex items-center justify-between mb-4 mt-4">
|
||||
<div className="flex space-x-3">
|
||||
<CreateUser
|
||||
userID={userID}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue