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 28b531fCopy full SHA for 28b531f
components/dashboard/src/user-settings/Account.tsx
@@ -91,7 +91,9 @@ 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-3">
95
+ This action will remove all the data associated with your account in Gitpod.
96
+ </Subheading>
97
<Button type="danger.secondary" onClick={() => setModal(true)}>
98
Delete Account
99
</Button>
0 commit comments