fix: add missing alt text

This commit is contained in:
Daniel Roe 2022-11-29 21:15:14 +00:00
parent 661e53f639
commit 9ad79d5f37
No known key found for this signature in database
GPG key ID: 22D5008E4F5D9B55

View file

@ -76,7 +76,7 @@ watchEffect(() => {
<template>
<div flex flex-col>
<button border="b base" z-1>
<img h-50 w-full object-cover :src="account.header" alt="" @click="previewHeader">
<img h-50 w-full object-cover :src="account.header" :alt="`${account.username}'s profile header`" @click="previewHeader">
</button>
<div p4 mt--18 flex flex-col gap-4>
<div relative>