Skip to content

Commit

Permalink
add link to interview checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleNa1000 committed Oct 17, 2023
1 parent 5830628 commit 68daecf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/core/components/profile/stepCard.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,15 +252,15 @@ const StepCard: React.FC<StepCardProps> = ({ step, status, isApproved }) => {
<Typography variant="subtitle2" className={`${classes.text} ${classes.content} ${classes.paragraphTop}`}>
น้อง ๆ สามารถติดตามรายละเอียดการสัมภาษณ์ได้ที่เพจเฟซบุ๊ก LarnGear Camp
</Typography>
{/* <a
href="https://www.facebook.com/LARNGEARCAMP/posts/pfbid02Vhwr6ocq8a9tQCgEmeBAweejkbaWrkaCJvpv3jNwaUtsjdFT7Yx7sfc5QXo9oMcyl"
<a
href="https://www.facebook.com/LARNGEARCAMP/posts/pfbid02MyjEW87kj9Jo6GS3nP8cDLnR2yVEWnmxQ2qRWJVdeg6CkBE9AoG1cRUrjrVTy8uKl"
className="no-underline"
target="_blank"
rel="noopener noreferrer"
style={{ color: "#941014" }}>
Checklist สำหรับการเตรียมตัวสัมภาษณ์
</a>
<a
{/* <a
href="https://www.facebook.com/LARNGEARCAMP/posts/pfbid0qHjUB1QDSmzqxhhjDPmt5E42BKmcD37qqcTJXkYPjnp6jvy6CK125dvHCmm6AhScl"
className="no-underline"
target="_blank"
Expand Down
13 changes: 9 additions & 4 deletions src/core/constants/stepCard.constant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,21 +123,26 @@ const stepCardConstant: StepCardModel = {
<>
การสัมภาษณ์จะเป็นในรูปแบบออนไลน์ โดยขอให้กดเข้าห้อง ZOOM ก่อนเวลาอย่างน้อย 10 นาทีนะครับ{" "}
<div style={{ marginTop: "0.75rem" }}>
<Link to="/assets/file/BG-zoom-วันสัมภาษณ์.jpg" className="no-underline" target="_blank" rel="noopener noreferrer" style={{ color: "#941014" }}>
<Link
to="/assets/file/BG-zoom-วันสัมภาษณ์.jpg"
className="no-underline"
target="_blank"
rel="noopener noreferrer"
style={{ color: "#941014" }}>
ดาวน์โหลดรูป Virtual Background ที่ใช้ในการสัมภาษณ์
</Link>
</div>
{/* <div style={{ marginTop: "0.75rem" }}>
<div style={{ marginTop: "0.75rem" }}>
<a
href="https://www.facebook.com/LARNGEARCAMP/posts/pfbid02Vhwr6ocq8a9tQCgEmeBAweejkbaWrkaCJvpv3jNwaUtsjdFT7Yx7sfc5QXo9oMcyl"
href="https://www.facebook.com/LARNGEARCAMP/posts/pfbid02MyjEW87kj9Jo6GS3nP8cDLnR2yVEWnmxQ2qRWJVdeg6CkBE9AoG1cRUrjrVTy8uKl"
className="no-underline"
target="_blank"
rel="noopener noreferrer"
style={{ color: "#941014" }}>
Checklist สำหรับการเตรียมตัวสัมภาษณ์
</a>
</div>
<div style={{ marginTop: "0.75rem" }}>
{/* <div style={{ marginTop: "0.75rem" }}>
<a
className="no-underline"
href="https://drive.google.com/drive/folders/1ep5HLhhtOoQZmeYC_72k-N5_R8uZ0OV7?fbclid=IwAR2D54svAORwa_eIZkqsqplJcYacucO4kBK6Pe40a6f5BpDBh7bNTIClkOE"
Expand Down

0 comments on commit 68daecf

Please sign in to comment.