Skip to content

Commit 03cf180

Browse files
committed
fix: correct apostrophe usage in EventPage text for improved readability
- Replaced straight apostrophes with HTML entities for proper rendering in EventPage content - Enhanced clarity in judging criteria descriptions
1 parent a37d6ec commit 03cf180

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/event/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function EventPage() {
123123
</h2>
124124
<p className="mt-8 text-lg text-hackrpi-yellow max-w-3xl mx-auto">
125125
After coding ends at noon on Sunday, present your project to our panel of industry professionals,
126-
professors, alumni, and fellow students. They'll evaluate your work based on these criteria:
126+
professors, alumni, and fellow students. They&apos;ll evaluate your work based on these criteria:
127127
</p>
128128
</div>
129129

@@ -135,8 +135,8 @@ function EventPage() {
135135
</div>
136136
<h3 className="font-bold text-xl text-hackrpi-pink mb-3">Practicality & Utility</h3>
137137
<p className="text-gray-300 text-sm leading-relaxed">
138-
What problem do you want to solve? How applicable is your hack to problems we're facing today? Any
139-
future plans?
138+
What problem do you want to solve? How applicable is your hack to problems we&apos;re facing today?
139+
Any future plans?
140140
</p>
141141
<div className="absolute bottom-0 left-0 w-full h-1 bg-gradient-to-r from-hackrpi-pink to-transparent transform scale-x-0 group-hover:scale-x-100 transition-transform duration-300"></div>
142142
</div>

0 commit comments

Comments
 (0)