Skip to content

Commit

Permalink
fix:add cotent to intro for card display error
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentxuu committed Dec 16, 2024
1 parent ad4007a commit 2c47415
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/Marathon/Mentors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,11 @@ const Mentors = () => {
</IconButton>
</div>
</div>
<div className="px-6 lg:px-60 mt-4 text-basic-500">
<p>
本次引導師皆有豐富的自主學習實踐與陪伴引導經驗,共六位:林怡廷(島島阿學發起人)、許明宏(島島阿學發起人)、謝佩君(Talent Lab-Learning Facilitator)、沈潔伃(魚水教育催化劑創辦人)、閉恩濡(實驗教育工作者)、楊逸帆(《學習的理由》紀錄片導演)。
</p>
</div>

<div
ref={mentorsRef}
Expand Down Expand Up @@ -319,6 +324,7 @@ const Mentors = () => {
))}
</div>


<Modal
isOpen={isOpen}
onClose={handleCloseModal}
Expand Down

0 comments on commit 2c47415

Please sign in to comment.