Skip to content

Commit 1c24fca

Browse files
Add notice to send profile pictures
1 parent ada0916 commit 1c24fca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pages/Elections/ElectionCandidates.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ export default function Elections() {
6969
>
7070
Candidates
7171
</Typography>
72+
<div className={Styles.noticeDescription} style={{ textAlign: "center" }}>
73+
<strong className="text-danger">Candidates are requested to send their pictures at <a href="mailto:[email protected]" target="_blank" rel="noreferrer">[email protected]</a></strong>
74+
</div>
7275
<Box className={Styles.candidateContainer}>
7376
{candidates[post === "Secy" ? post + "_" + secyPost : post].map(
7477
(candidate, index) => {

0 commit comments

Comments
 (0)