Skip to content

Commit

Permalink
feat: add interview detail
Browse files Browse the repository at this point in the history
  • Loading branch information
JomnoiZ committed Oct 15, 2024
1 parent 8fe10c6 commit 82d3a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/components/profile/stepCard.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ const StepCard: React.FC<StepCardProps> = ({ step, status, isApproved }) => {
</Typography>
<Typography variant="subtitle2" className={`${classes.text} ${classes.content} ${classes.paragraphTop}`}>
การสัมภาษณ์จะเป็นในรูปแบบออนไซต์ ที่คณะวิศวกรรมศาสตร์ จุฬาลงกรณ์มหาวิทยาลัย โดยจะเปิดให้ลงทะเบียนตั้งแต่เวลา{" "}
{resolveRegistraionTime(interviewTime)} โดยจะมีการแบ่งกลุ่มน้องออกไปตามรหัสห้องสัมภาษณ์ที่น้องได้รับ
{resolveRegistraionTime(interviewTime)} และจะมีการแบ่งกลุ่มน้องตามรหัสห้องสัมภาษณ์ที่ได้รับ
</Typography>
<Typography variant="subtitle2" className={`${classes.text} ${classes.content} ${classes.paragraphTop}`}>
น้อง ๆ สามารถติดตามรายละเอียดการสัมภาษณ์ได้ที่เพจเฟซบุ๊ก LarnGear Camp
Expand Down

0 comments on commit 82d3a3f

Please sign in to comment.