Revert "move buttons to the left (#11771)" (#11904)

This reverts commit bc9f111ee8.
This commit is contained in:
Krish Dholakia
2025-06-19 15:36:47 -07:00
committed by GitHub
parent b05742e814
commit c6d7d5bc98
@@ -260,8 +260,9 @@ const ViewUserDashboard: React.FC<ViewUserDashboardProps> = ({
);
return (
<div className="w-full p-6 mx-4">
<div className="flex items-center justify-between mb-4 mt-4">
<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="flex space-x-3">
<CreateUser
userID={userID}