File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,15 +116,15 @@ function RouteComponent() {
116
116
< h1 className = "text-xl font-semibold mb-2" >
117
117
{ selectedDorm
118
118
? MascotData [ selectedDorm . name ] . mascotName
119
- : "Dorm Mascots" }
119
+ : "Mascots" }
120
120
</ h1 >
121
121
{ selectedDorm ? (
122
122
< p className = "text-gray-600 text-sm max-w-xs mx-auto" >
123
123
{ MascotData [ selectedDorm . name ] . chant }
124
124
</ p >
125
125
) : (
126
126
< 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{ " " }
128
128
< strong > Carnegie Cup to crown the best house!</ strong >
129
129
</ p >
130
130
) }
@@ -186,7 +186,7 @@ function RouteComponent() {
186
186
) }
187
187
{ ! selectedDorm && (
188
188
< div className = "text-gray-600 text-center mb-4" >
189
- Please select a dorm to continue.
189
+ Please select a housing community to continue.
190
190
</ div >
191
191
) }
192
192
< button
You can’t perform that action at this time.
0 commit comments