add report admin panel
All checks were successful
delpoy / build-and-deploy (push) Successful in 53s
All checks were successful
delpoy / build-and-deploy (push) Successful in 53s
This commit is contained in:
6
src/routes/report/[...url_hash]/ReportSubmitted.svelte
Normal file
6
src/routes/report/[...url_hash]/ReportSubmitted.svelte
Normal file
@ -0,0 +1,6 @@
|
||||
<div>
|
||||
<h2 class="text-2xl text-center">Report abgeschickt</h2>
|
||||
<p class="mt-4">
|
||||
Dein Report wurde abgeschickt und wird so schnell wie möglich von einem Admin bearbeitet.
|
||||
</p>
|
||||
</div>
|
Reference in New Issue
Block a user