Skip to content

Commit 57ccfc9

Browse files
authored
Merge pull request #56 from OSSPhilippines/refactor/add-new-member-liz
Refactor/add new member liz
2 parents 93657f9 + 892dee1 commit 57ccfc9

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

src/assets/fixtures/team.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,5 +311,11 @@
311311
"link": "https://github.com/uncomfyhalomacro"
312312
}
313313
]
314+
},
315+
{
316+
"name": "Liz",
317+
"role": "Event coordinator / Artist",
318+
"photo": "felise.png",
319+
"socials": []
314320
}
315321
]

src/assets/images/felise.png

482 KB
Loading

src/pages/TeamPage.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ generic-panel(
1414
div(data-aos="fade-up").col-xs-12.col-md-3.q-pa-md.text-center
1515
q-img(
1616
:src="require(`@/assets/images/${team.photo}`)"
17+
:alt="`${team.name} - ${team.role}`"
1718
).q-mb-md
1819
div
1920
span.text-h4 {{team.name}}

0 commit comments

Comments
 (0)