diff --git a/public/images/EstampBackground.svg b/public/images/EstampBackground.svg new file mode 100644 index 0000000..7a20adc --- /dev/null +++ b/public/images/EstampBackground.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/images/EstampBorder.svg b/public/images/EstampBorder.svg new file mode 100644 index 0000000..6fd9c43 --- /dev/null +++ b/public/images/EstampBorder.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/pages/baan-selection/index.tsx b/src/components/oldBaanSelection.tsx similarity index 95% rename from src/pages/baan-selection/index.tsx rename to src/components/oldBaanSelection.tsx index 8d759c5..03ee9ee 100644 --- a/src/pages/baan-selection/index.tsx +++ b/src/components/oldBaanSelection.tsx @@ -11,7 +11,6 @@ import { transformBaanDTOtoIBaan } from '@/utils/baan'; import { useRouter } from 'next/router'; import { useAuth } from '@/context/AuthContext'; import { useToast } from '@/components/Toast'; -import Button from '@/components/Button'; function useAllBaans() { const [allBaans, setAllBaans] = useState([]); @@ -165,10 +164,8 @@ const BaanChoosing = () => { )} - {/* แก้ button */} -
diff --git a/src/pages/faq.tsx b/src/pages/faq.tsx index 09aa116..d685f34 100644 --- a/src/pages/faq.tsx +++ b/src/pages/faq.tsx @@ -13,6 +13,11 @@ const Questions = [ paragraph: 'สามารถแก้ไขข้อมูลได้ตั้งแต่วันที่ 17 กรกฎาคม 2566 จนถึง 22 กรกฎาคม 2566', }, + { + header: 'มีโอกาสที่จะไม่ได้บ้านที่เลือกไว้ไหม ?', + paragraph: + 'มีโอกาส แต่ทางเราจะพยายามสุ่มบ้านด้วยวิธีที่ทำให้สามารถได้บ้านตามอันดับที่เลือกไว้ให้ได้มากที่สุด', + }, ]; const FAQ = () => {