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 2d4f946 commit 2422e38Copy full SHA for 2422e38
components/dashboard/src/user-settings/Account.tsx
@@ -91,7 +91,7 @@ export default function Account() {
91
</ProfileInformation>
92
</form>
93
<Heading2 className="mt-12">Delete Account</Heading2>
94
- <Subheading>This action will remove all the data associated with your account in Gitpod.</Subheading>
+ <Subheading className="mb-4">This action will remove all the data associated with your account in Gitpod.</Subheading>
95
<Button type="danger.secondary" onClick={() => setModal(true)}>
96
Delete Account
97
</Button>
0 commit comments