add public feedback/contact option
All checks were successful
delpoy / build-and-deploy (push) Successful in 1m5s
All checks were successful
delpoy / build-and-deploy (push) Successful in 1m5s
This commit is contained in:
5
src/routes/feedback/+layout.svelte
Normal file
5
src/routes/feedback/+layout.svelte
Normal file
@@ -0,0 +1,5 @@
|
||||
<div class="flex justify-center items-center w-full min-h-screen h-full">
|
||||
<div class="absolute top-12 grid card w-11/12 xl:w-2/3 2xl:w-1/2 p-6 shadow-lg">
|
||||
<slot />
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user