Skip to content

Commit 99df402

Browse files
Add numbers to steps
1 parent 4152179 commit 99df402

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lark-ui/src/routes/+page.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,13 +429,13 @@ function playClick() {
429429
<p class="font-['Moga',_serif] font-bold text-[#fee1c0] text-center text-[8vh] tracking-[3.84px]">How it works</p>
430430
</div>
431431
<div class="bg-[#fee1c0] rounded-xl w-full px-[2vw] py-[1.5vh]">
432-
<p class="font-['PT_Serif',_serif] font-bold text-[#443B61] text-[3.5vh]">Work on projects</p>
432+
<p class="font-['PT_Serif',_serif] font-bold text-[#443B61] text-[3.5vh]">1. Work on projects</p>
433433
</div>
434434
<div class="bg-[#fee1c0] rounded-xl w-full px-[2vw] py-[1.5vh]">
435-
<p class="font-['PT_Serif',_serif] font-bold text-[#443B61] text-[3.5vh]">Collect your hours</p>
435+
<p class="font-['PT_Serif',_serif] font-bold text-[#443B61] text-[3.5vh]">2. Collect your hours</p>
436436
</div>
437437
<div class="bg-[#fee1c0] rounded-xl w-full px-[2vw] py-[1.5vh]">
438-
<p class="font-['PT_Serif',_serif] font-bold text-[#443B61] text-[3.5vh]">Fly to Vienna, Austria</p>
438+
<p class="font-['PT_Serif',_serif] font-bold text-[#443B61] text-[3.5vh]">3. Fly to Vienna, Austria</p>
439439
</div>
440440
<button
441441
on:click={() => { playClick(); openModal(); }}

0 commit comments

Comments
 (0)