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 44d9fbf commit d90e20dCopy full SHA for d90e20d
site/src/pages/OrganizationSettingsPage/OrganizationSettingsPageView.tsx
@@ -131,7 +131,7 @@ export const OrganizationSettingsPageView: FC<
131
title="Settings"
132
description="Change or delete your organization."
133
>
134
- <div className="flex bg-surface-orange items-center justify-between border border-solid border-orange-600 rounded-[8px] p-3 pl-[18px] gap-2 flex-grow //flex-wrap">
+ <div className="flex bg-surface-orange items-center justify-between border border-solid border-orange-600 rounded-[8px] p-3 pl-[18px] gap-2 flex-grow">
135
<span>Deleting an organization is irreversible.</span>
136
<Button
137
variant="destructive"
0 commit comments