Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Jul 16, 2023
2 parents 6612296 + 269043b commit 2a31536
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ function Navbar() {
</Link>
</div>
<div className="flex items-center gap-2 text-xs lg:gap-8 lg:text-lg">
<Link href="/faq" className="underline hover:no-underline">
คำถามที่พบบ่อย
</Link>
<Link
href="https://airtable.com/appNLAPRBVMZBgGV9/shr7FWOUnTsw53DxV"
className="underline hover:no-underline"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Questions = [
{
header: 'กรอกข้อมูลผิดตอนลงทะเบียน สามารถแก้ไขได้ไหม ?',
paragraph:
'สามารถแก้ไขข้อมูลได้ตั้งแต่วันที่ 17 กรกฎาคม 2566 จนถึง 22 ',
'สามารถแก้ไขข้อมูลได้ตั้งแต่วันที่ 17 กรกฎาคม 2566 จนถึง 22 กรกฎาคม 2566',
},
];

Expand Down

0 comments on commit 2a31536

Please sign in to comment.