Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 7dd911e

Browse files
style: note display
1 parent afd2163 commit 7dd911e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

studio/src/app/modals/core/app-user-delete.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ app-user-delete {
1212
border-bottom-color: black;
1313
}
1414
}
15+
16+
&.note {
17+
font-size: var(--font-size-small);
18+
}
1519
}
1620
}
1721

studio/src/app/modals/core/app-user-delete.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ export class AppUserDelete {
7777
<ion-content class="ion-padding">
7878
<p>This action cannot be undone. This will permanently delete your user <strong>{this.username}</strong>.</p>
7979

80-
<p>Note that we are not currently deleting your presentations automatically. If you wish to unpublish them, drop us a message on one of our <a onClick={() => this.navigateContact()}>contact</a> channels.</p>
81-
8280
<form onSubmit={(e: Event) => this.handleSubmit(e)}>
8381
<p class="ion-no-margin">Please type your username to confirm.</p>
8482

@@ -92,6 +90,8 @@ export class AppUserDelete {
9290
<ion-label>I understand, delete my user</ion-label>
9391
</ion-button>
9492
</form>
93+
94+
<p class="ion-padding-top note">Please note that currently, your presentations are not automatically deleted. If you wish to delete or unpublish them, drop us a message on one of our <a onClick={() => this.navigateContact()}>contact</a> channels.</p>
9595
</ion-content>
9696
];
9797
}

0 commit comments

Comments
 (0)