Skip to content

Commit 8f34ef4

Browse files
committed
Add profile update contact point
1 parent 83b20ac commit 8f34ef4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/app/members/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ const Members: React.FC = () => (
6767
{alumnis.map((alumni) => <Alumni key={alumni.name} {...alumni} />)}
6868
</div>
6969
</div>
70+
<span className="mt-5 text-md">
71+
To update your profile, please contact <a href="mailto:junmo.lee@kse.kaist.ac.kr">junmo.lee@kse.kaist.ac.kr</a>.
72+
</span>
7073
</div>
7174
</div>
7275
</MainContent>

0 commit comments

Comments
 (0)