เปลี่ยนคำจาก การสอบคัดเลือก เป็น การคัดเลือก

This commit is contained in:
Tanyalak 2023-09-28 09:48:16 +07:00
parent 68e5b3d11a
commit acc69e81b5
6 changed files with 20 additions and 20 deletions

View file

@ -7,7 +7,7 @@
<section>
<div class="p-one parallax-inner">
<h2>การสอบคัดเลือก</h2>
<h2>การคัดเลือก</h2>
</div>
</section>
<section class="pb-40 relative bg-blueGray-100">
@ -23,7 +23,7 @@
</a>
</li>
<li>
<span class="breadTaxt">การสอบคัดเลือก</span>
<span class="breadTaxt">การคัดเลือก</span>
</li>
</ul>
</div>
@ -44,7 +44,7 @@
<div class="rounded-t mb-0 p-3 border-0 ">
<div class="flex flex-wrap items-center justify-between">
<h3 class="text-lg text-blueGray-700 font-semibold">
รายการสอบคัดเลือก
รายการคัดเลือก
</h3>
<div class="text-xs font-light">จำนวน {exams.length} รายการ</div>
</div>

View file

@ -12,7 +12,7 @@
</script>
<section>
<div class="p-one parallax-inner">
<h2>การสอบคัดเลือก</h2>
<h2>การคัดเลือก</h2>
</div>
</section>
<section class="pb-40 relative bg-blueGray-100">