Use grid to organise settings in admin, my-account
[oweals/peertube.git] / client / src / app / +my-account / my-account-settings / my-account-danger-zone / my-account-danger-zone.component.html
1 <div class="delete-me">
2   <p i18n>Once you delete your account, there is no going back.</p>
3
4   <button (click)="deleteMe()" i18n>Delete your account</button>
5 </div>