Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added apps/web/public/static/image/regis/0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/web/public/static/image/regis/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/web/public/static/image/regis/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/web/public/static/image/regis/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions apps/web/src/app/register/status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@ interface StatusProps {

const steps = [
{
image: "/static/image/learn/ai.png",
image: "/static/image/regis/0.png",
href: "/register/info",
label: "ข้อมูลส่วนตัว",
doneKey: "info_done",
},
{
image: "/static/image/learn/c.png",
image: "/static/image/regis/1.png",
href: "/register/answer-regis",
label: "ปริศนาปัญญาชน",
doneKey: "regis_done",
},
{
image: "/static/image/learn/game.png",
image: "/static/image/regis/2.png",
href: "/register/answer-academic",
label: "ปริศนาสถาบันวิศวะ",
doneKey: "academic_done",
},
{
image: "/static/image/learn/web.png",
image: "/static/image/regis/3.png",
href: "/register/files",
label: "ไฟล์ที่ต้องอัพโหลด",
doneKey: "files_done",
Expand Down
Loading