We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181fdc9 commit d9c5ceeCopy full SHA for d9c5cee
components/dashboard/src/org-admin/AdminPage.tsx
@@ -33,8 +33,8 @@ const AdminPage: React.FC = () => {
33
return (
34
<div className="flex flex-col w-full">
35
<Header title="Organization Administration" subtitle="Manage Infrastructure Rollouts." />
36
- <div className="app-container py-6">
37
- <h2 className="text-2xl font-semibold text-pk-content-primary mb-4">Infrastructure Rollout</h2>
+ <div className="app-container py-6 flex flex-col gap-4">
+ <h2 className="text-2xl font-semibold text-pk-content-primary">Infrastructure Rollout</h2>
38
39
{userLoading ||
40
orgLoading ||
0 commit comments