Added admin-option to delete an account

This commit is contained in:
Mawoka
2023-02-18 12:00:57 +01:00
parent 1d44057ab4
commit 5947c7aade
5 changed files with 65 additions and 4 deletions
+3 -3
View File
@@ -271,7 +271,7 @@
</div>
{/each}
<div
class="bg-white shadow rounded-lg h-40 p-2 mb-6 hover:cursor-pointer drop-shadow-2xl border border-gray-500 dark:bg-gray-600 grid grid-cols-2"
class="bg-white shadow rounded-lg h-40 p-2 hover:cursor-pointer drop-shadow-2xl border border-gray-500 dark:bg-gray-600 grid grid-cols-2"
>
<button
type="button"
@@ -282,7 +282,7 @@
>
<span class="w-full text-center">Question</span>
<svg
class="h-full"
class="w-5/6 m-auto"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
@@ -305,7 +305,7 @@
>
<span class="w-full text-center">Slide</span>
<svg
class="h-full"
class="w-5/6 m-auto"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"