Browse Source

Update Remove view, use new iOS toggle

Daniel Supernault 6 năm trước cách đây
mục cha
commit
063fd8a7f4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/views/settings/remove/permanent.blade.php

+ 1 - 1
resources/views/settings/remove/permanent.blade.php

@@ -22,7 +22,7 @@
   	<p>
       <form method="post">
         @csrf
-        <div class="custom-control custom-checkbox mb-3">
+        <div class="custom-control custom-switch mb-3">
           <input type="checkbox" class="custom-control-input" id="confirm-check">
           <label class="custom-control-label font-weight-bold" for="confirm-check">I confirm that this action is not reversible, and will result in the permanent deletion of my account.</label>
         </div>