Skip to content

Commit f339800

Browse files
authored
Merge pull request #28 from csesoc/26-error-hydration-failed
ISSUE #26: fix hydration issue
2 parents 946c7d0 + 50123c1 commit f339800

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

Diff for: frontend/src/pages/about/election-guide.tsx

+6-4
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ const ElectionGuidePage = () => {
2626
to either nominate yourself for a position or be nominated by someone else.
2727
</p>
2828

29-
<p className="text-lg my-5">
30-
Once nominations are open, you will be able to submit your nomination by
31-
emailing <a href="mailto:[email protected]" className="text-blue-500 hover:underline">[email protected]</a> with:
29+
<div className="text-lg my-5">
30+
<p>
31+
Once nominations are open, you will be able to submit your nomination by
32+
emailing <a href="mailto:[email protected]" className="text-blue-500 hover:underline">[email protected]</a> with:
33+
</p>
3234
<ul className="list-disc ml-6">
3335
<li>Your full name and zID, or the full name and zID of the person you are nominating</li>
3436
<li>The position you or the person you are nominating is going for</li>
@@ -40,7 +42,7 @@ const ElectionGuidePage = () => {
4042
their nomination). Be sure to use a zID email!
4143
</li>
4244
</ul>
43-
</p>
45+
</div>
4446

4547
<p className="text-lg my-5">
4648
If you're planning on running for multiple positions, then make sure you include your preference

Diff for: frontend/src/pages/about/index.tsx

+13-9
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,18 @@ export default function AboutPage() {
4545
<p className="text-xs">
4646
csesoc/README<span className="text-[#7A8192]">.md</span>
4747
</p>
48-
<p className="mt-5">
49-
CSESoc is the official representative body of computing students at UNSW. We are one of the
50-
largest and most active societies at UNSW, and the largest computing society in the southern hemisphere.
51-
CSESoc comprises ~10k members spanning across degrees in Computer Science, Software Engineering,
52-
Bioinformatics and Computer Engineering. We are here to fulfil the social, personal and professional
53-
needs of CSE students, and promote computing through a variety of forms.
54-
<br /><br />
55-
We are a society for the students, by the students. Here’s an overview of what we do:
48+
<div className="mt-5">
49+
<p>
50+
CSESoc is the official representative body of computing students at UNSW. We are one of the
51+
largest and most active societies at UNSW, and the largest computing society in the southern hemisphere.
52+
CSESoc comprises ~10k members spanning across degrees in Computer Science, Software Engineering,
53+
Bioinformatics and Computer Engineering. We are here to fulfil the social, personal and professional
54+
needs of CSE students, and promote computing through a variety of forms.
55+
</p>
56+
<br />
57+
<p>
58+
We are a society for the students, by the students. Here’s an overview of what we do:
59+
</p>
5660

5761
<ul className="list-disc">
5862
<li className="ml-6">Run weekly social and educational events, including trivia, movie, boardgames nights, LAN parties, workshops, coding competitions, tech talks, and our famous free weekly BBQ</li>
@@ -62,7 +66,7 @@ export default function AboutPage() {
6266
<li className="ml-6">Develop our own open-source projects for students to get learn new skills and develop tools for our community</li>
6367
<li className="ml-6">Facilitate an online community of ~8k Discord users, ~9.5k Facebook followers, ~1.9k YouTube subs, and ~7.7k Instagram followers</li>
6468
</ul>
65-
</p>
69+
</div>
6670
</div>
6771
<div className="mt-10">
6872
Pinned

0 commit comments

Comments
 (0)