Skip to content

Commit f3919ca

Browse files
committed
fix compile issue
1 parent 5a5b358 commit f3919ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/About/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const About = () => {
4949
<Image src="/assets/book_icon.svg" alt="Book" width={20} height={20} />
5050
csesoc.unsw.edu.au/<span className="font-semibold">events</span>
5151
</div>
52-
<div className="my-5">CSESoc's recent events</div>
52+
<div className="my-5">CSESoc&apos;s recent events</div>
5353
<div className="rounded-full bg-[#CC5421] w-3 h-3" />
5454
</div>
5555
<div className="p-5 border border-[#595F6D] flex-1 rounded-lg w-full">

0 commit comments

Comments
 (0)