Предупреждения на незаконченных страницах

This commit is contained in:
Иван Кузьменко 2025-09-29 22:19:01 +03:00
parent 89211b3e22
commit 49646c3a09
3 changed files with 18 additions and 18 deletions

View file

@ -1,10 +1,8 @@
<script lang="ts"> <script lang="ts">
import SocialButton from '$lib/components/SocialButton.svelte'; import WarningBlock from '$lib/components/WarningBlock.svelte';
</script> </script>
<section <section class="hero flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4">
class="flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4 hero"
>
<div <div
class="flex flex-col flex-nowrap items-center justify-center gap-3 lg:flex-row lg:flex-nowrap" class="flex flex-col flex-nowrap items-center justify-center gap-3 lg:flex-row lg:flex-nowrap"
> >
@ -16,6 +14,8 @@
</div> </div>
</section> </section>
<WarningBlock>Страница находится в разработке!</WarningBlock>
<style> <style>
@import "$src/app.css"; @import '$src/app.css';
</style> </style>

View file

@ -1,10 +1,8 @@
<script lang="ts"> <script lang="ts">
import SocialButton from '$lib/components/SocialButton.svelte'; import WarningBlock from '$lib/components/WarningBlock.svelte';
</script> </script>
<section <section class="hero flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4">
class="flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4 hero"
>
<div <div
class="flex flex-col flex-nowrap items-center justify-center gap-3 lg:flex-row lg:flex-nowrap" class="flex flex-col flex-nowrap items-center justify-center gap-3 lg:flex-row lg:flex-nowrap"
> >
@ -16,6 +14,8 @@
</div> </div>
</section> </section>
<WarningBlock>Страница находится в разработке!</WarningBlock>
<style> <style>
@import "$src/app.css"; @import '$src/app.css';
</style> </style>

View file

@ -1,10 +1,8 @@
<script lang="ts"> <script lang="ts">
import SocialButton from '$lib/components/SocialButton.svelte'; import WarningBlock from '$lib/components/WarningBlock.svelte';
</script> </script>
<section <section class="hero flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4">
class="flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4 hero"
>
<div <div
class="flex flex-col flex-nowrap items-center justify-center gap-3 lg:flex-row lg:flex-nowrap" class="flex flex-col flex-nowrap items-center justify-center gap-3 lg:flex-row lg:flex-nowrap"
> >
@ -16,6 +14,8 @@
</div> </div>
</section> </section>
<WarningBlock>Страница находится в разработке!</WarningBlock>
<style> <style>
@import "$src/app.css"; @import '$src/app.css';
</style> </style>