Skip to content

Commit 892dee1

Browse files
committed
chore(TeamPage.vue): add alt attribute to team photo to improve accessibility
The alt attribute is added to the team photo to provide a text alternative that describes the content of the image. This improves accessibility for users who rely on screen readers or have visual impairments.
1 parent 67758b3 commit 892dee1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)