Skip to content

Commit

Permalink
add link to fb posts about map
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleNa1000 committed Oct 18, 2023
1 parent 1dad34d commit bc4bc84
Showing 1 changed file with 3 additions and 3 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 @@ -260,14 +260,14 @@ const StepCard: React.FC<StepCardProps> = ({ step, status, isApproved }) => {
style={{ color: "#941014" }}>
Checklist สำหรับการเตรียมตัวสัมภาษณ์
</a>
{/* <a
href="https://www.facebook.com/LARNGEARCAMP/posts/pfbid0qHjUB1QDSmzqxhhjDPmt5E42BKmcD37qqcTJXkYPjnp6jvy6CK125dvHCmm6AhScl"
<a
href="https://www.facebook.com/LARNGEARCAMP/posts/pfbid02y318zdQrx7oSCxni9ZfKUGdBFjBpAsfnXEqNhCSW4p2ZUboi8yUdaUyZi8gDLoD1l"
className="no-underline"
target="_blank"
rel="noopener noreferrer"
style={{ color: "#941014" }}>
แผนที่การเดินทางไปคณะวิศวกรรมศาสตร์
</a> */}
</a>
<div className={classes.buttonContainer}>
{text.secondaryButton &&
renderButton(text.secondaryButton.opensDialog, text.secondaryButton.dialogType, false, text.secondaryButton.isExternalPath)}
Expand Down

0 comments on commit bc4bc84

Please sign in to comment.