added tutorial video

This commit is contained in:
relaxed 2024-08-25 13:15:20 +05:00
parent 4cc441ca3b
commit 4f2b331173
2 changed files with 16 additions and 9 deletions

BIN
public/tutor.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

View File

@ -463,6 +463,7 @@
<div class="flex overflow-x-auto overflow-y-hidden text-[16px]">
{#if rasp_data.length === 0 && data.saved.length === 0}
<div class="overflow-y-auto">
<p
class="break-words h-auto
text-2xl text-[var(--w-text)] dark:text-[var(--b-text)]"
@ -474,6 +475,12 @@
}}>настройках</button
>
</p>
<img
src="/tutor.gif"
class="max-w-[400px] w-full mt-4 dark:border-[1px] border-[var(--b-border)]"
alt="turoiral gif"
/>
</div>
{:else}
{#each rasp_data as day, i}
<div id={`${i}`} class="p-2 min-w-[300px]">