Fix: Change text-xs and text-sm to text-base
This commit is contained in:
@@ -39,7 +39,7 @@ import Layout from '../layouts/Layout.astro'
|
||||
เราขอสงวนสิทธิ์ในการแก้ไขข้อกำหนดและเงื่อนไขนี้ได้ทุกเวลา โดยไม่ต้องแจ้งให้ทราบล่วงหน้า
|
||||
</p>
|
||||
|
||||
<p class="mt-8 text-gray-500 text-sm">
|
||||
<p class="mt-8 text-gray-500 text-base">
|
||||
อัปเดตล่าสุด: {new Date().toLocaleDateString('th-TH')}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user