We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93657f9 + 892dee1 commit 57ccfc9Copy full SHA for 57ccfc9
src/assets/fixtures/team.json
@@ -311,5 +311,11 @@
311
"link": "https://github.com/uncomfyhalomacro"
312
}
313
]
314
+ },
315
+ {
316
+ "name": "Liz",
317
+ "role": "Event coordinator / Artist",
318
+ "photo": "felise.png",
319
+ "socials": []
320
321
src/assets/images/felise.png
482 KB
src/pages/TeamPage.vue
@@ -14,6 +14,7 @@ generic-panel(
14
div(data-aos="fade-up").col-xs-12.col-md-3.q-pa-md.text-center
15
q-img(
16
:src="require(`@/assets/images/${team.photo}`)"
17
+ :alt="`${team.name} - ${team.role}`"
18
).q-mb-md
19
div
20
span.text-h4 {{team.name}}
0 commit comments