Skip to content

Commit 3a3aef6

Browse files
committed
dorm -> housing community on first page
1 parent 2a5ff37 commit 3a3aef6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/routes/dorm-select.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,15 @@ function RouteComponent() {
116116
<h1 className="text-xl font-semibold mb-2">
117117
{selectedDorm
118118
? MascotData[selectedDorm.name].mascotName
119-
: "Dorm Mascots"}
119+
: "Mascots"}
120120
</h1>
121121
{selectedDorm ? (
122122
<p className="text-gray-600 text-sm max-w-xs mx-auto">
123123
{MascotData[selectedDorm.name].chant}
124124
</p>
125125
) : (
126126
<p className="text-gray-600 text-sm max-w-xs mx-auto">
127-
Every year, all first year dorms compete in the{" "}
127+
Every year, all first year housing communities compete in the{" "}
128128
<strong>Carnegie Cup to crown the best house!</strong>
129129
</p>
130130
)}
@@ -186,7 +186,7 @@ function RouteComponent() {
186186
)}
187187
{!selectedDorm && (
188188
<div className="text-gray-600 text-center mb-4">
189-
Please select a dorm to continue.
189+
Please select a housing community to continue.
190190
</div>
191191
)}
192192
<button

0 commit comments

Comments
 (0)