Skip to content

Commit 6fa928d

Browse files
committed
rename The Hill
1 parent 2ed2255 commit 6fa928d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frontend/src/lib/data/dorms.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ export const dorms = [
3737
{
3838
name: "Hammerschlag",
3939
image_path: "/images/dorm-mascots/hedgehog.png",
40-
group: "The Hill",
40+
group: "HamBaM",
4141
},
4242
{
4343
name: "McGill and Boss",
4444
image_path: "/images/dorm-mascots/redpanda.png",
45-
group: "The Hill",
45+
group: "HamBaM",
4646
},
4747
{
4848
name: "Margaret Morrison",
@@ -70,7 +70,7 @@ export const dormColors: Record<DormGroup, ColorSet> = {
7070
selected: "bg-housing-1-selected",
7171
muted: "bg-housing-1-muted",
7272
},
73-
"The Hill": {
73+
HamBaM: {
7474
primary: "bg-housing-2",
7575
light: "bg-housing-2-light",
7676
text: "text-housing-2-selected",

frontend/src/routes/dorm-select.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const MascotData: Record<DormName, { mascotName: string; chant: string }> = {
5757
},
5858
"McGill and Boss": {
5959
mascotName: "Randal the Red Panda",
60-
chant: '"Can I get a Hill Yeah?! Hill Yeah!!"\n~Hammerschlag',
60+
chant: '"Can I get a Hill Yeah?! Hill Yeah!!"\n~McGill and Boss',
6161
},
6262
"Margaret Morrison": {
6363
mascotName: "Aimee the Magpie",

0 commit comments

Comments
 (0)