Skip to content

Commit

Permalink
change zoom link & zoom host contact
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleNa1000 committed Oct 24, 2023
1 parent 7fbcb83 commit a097347
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 18 deletions.
20 changes: 10 additions & 10 deletions src/core/constants/announcements.constant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ interface AnnouncementConstant {
}

export const announcementConstant: AnnouncementConstant[] = [
// {
// severity: "warning",
// variant: "standard",
// content: (
// <>
// สำหรับน้อง ๆ คนใดที่ในขณะนี้ยังมีเอกสารการสมัครที่ไม่พร้อมส่ง ให้ส่งไฟล์เปล่าของอะไรก็ได้เข้ามาก่อน ภายใน 29 กันยายน 2566 23:59
// และเมื่อสมัครเรียบร้อย จะมีเวลาให้แก้เอกสารอีกครั้ง
// </>
// )
// }
{
severity: "warning",
variant: "standard",
content: (
<>
สำหรับน้อง ๆ ที่มีสิทธิ์สัมภาษณ์ อย่าลืมกรอกไซส์เสื้อตัวเอง และน้องคนไหนที่ยังไม่ได้สัมภาษณ์ อย่าลืมตรวจสอบเวลาสัมภาษณ์รอบเก็บตก
ผ่านทางเว็บนี้นะครับ
</>
)
}
]
23 changes: 15 additions & 8 deletions src/core/constants/stepCard.constant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,20 +152,27 @@ const stepCardConstant: StepCardModel = {
ศึกษาวิธีการใช้งานโปรแกรม ZOOM
</a>
</div>
<div style={{ marginTop: "0.75rem" }}>
{/* <div style={{ marginTop: "0.75rem" }}>
<div>นอกจากการเข้าทางปุ่มแล้ว ยังสามารถเข้า ZOOM ได้โดยการกรอก</div>
<div style={{ fontWeight: 400 }}>Meeting ID: 702 856 2571</div>
{/* <div style={{ fontWeight: 400 }}>Password: 311510</div> */}
</div>
<div style={{ fontWeight: 400 }}>Password: 311510</div>
</div> */}
<div style={{ marginTop: "0.75rem", marginBottom: "0.75rem" }}>
<div>
หากมีปัญหาในการเข้าซูมหรือการสัมภาษณ์ สามารถโทรแจ้ง{" "}
<div>
พี่เทมส์:{" "}
<a className="no-underline" href="tel:+6696-090-7391" style={{ color: "#941014" }}>
096-090-7391
พี่ปามมี่:
<a className="no-underline" href="tel:+6681-643-7506" style={{ color: "#941014" }}>
081-643-7506
</a>
<span>(line: palmmy648)</span>
</div>
<div>
พี่เจตน์:
<a className="no-underline" href="tel:+6690-043-6666" style={{ color: "#941014" }}>
090-043-6666
</a>
<span>(line: chiratt.thames)</span>
<span>(line: swanix)</span>
</div>
</div>
</div>
Expand All @@ -174,7 +181,7 @@ const stepCardConstant: StepCardModel = {
primaryButton: {
label: "เข้าสู่ห้องสัมภาษณ์ (ZOOM)",
opensDialog: false,
path: "https://chula.zoom.us/j/7028562571?pwd=K09PZ05oTkZ0eFhTNEpkWUdvRUNRUT09",
path: "https://chula.zoom.us/j/94892657659?pwd=eXUyTm1VWlpXUzY2YXVibEdLV251UT09",
isExternalPath: true
},
secondaryButton: {
Expand Down

0 comments on commit a097347

Please sign in to comment.