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

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

View file

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

View file

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