Monorepo for Tangled tangled.org

Add alt text to follow card #696

merged opened by citizen428.net targeting master from citizen428.net/core: issue-266
Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:ciix2acno6llejri5qnykvy3/sh.tangled.repo.pull/3m3s4qzwnwg22
+1 -1
Diff #1
+1 -1
appview/pages/templates/user/fragments/followCard.html
··· 3 <div class="flex flex-col divide-y divide-gray-200 dark:divide-gray-700 rounded-sm"> 4 <div class="py-4 px-6 drop-shadow-sm rounded bg-white dark:bg-gray-800 flex items-center gap-4"> 5 <div class="flex-shrink-0 max-h-full w-24 h-24"> 6 - <img class="object-cover rounded-full p-2" src="{{ fullAvatar $userIdent }}" /> 7 </div> 8 9 <div class="flex flex-col md:flex-row md:items-center md:justify-between gap-2 w-full">
··· 3 <div class="flex flex-col divide-y divide-gray-200 dark:divide-gray-700 rounded-sm"> 4 <div class="py-4 px-6 drop-shadow-sm rounded bg-white dark:bg-gray-800 flex items-center gap-4"> 5 <div class="flex-shrink-0 max-h-full w-24 h-24"> 6 + <img class="object-cover rounded-full p-2" src="{{ fullAvatar $userIdent }}" alt="{{ $userIdent }}" /> 7 </div> 8 9 <div class="flex flex-col md:flex-row md:items-center md:justify-between gap-2 w-full">

History

2 rounds 2 comments
sign up or login to add to the discussion
1 commit
expand
appview/pages: add alt text to user follow card
expand 0 comments
pull request successfully merged
1 commit
expand
Add alt text to user follow card
expand 2 comments

Thank you for your contribution! lgtm.

Before merging, can you rewrite the commit message following our contributing guidelines?

it should be appview/pages: add alt te... in this case

Thanks for the feedback, should have checked the guidelines first, even though it was a small change.