Skip to content

Commit

Permalink
[#17393] fix: add missing accessibility-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen-ghafouri committed Dec 21, 2023
1 parent 2dcdc95 commit 6bdcf99
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/status_im2/contexts/profile/settings/header/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@
status)}])}])}
status-title]]]
[quo/text-combinations
{:container-style style/title-container
:emoji-hash emoji-string
:title full-name}]]))
{:title-accessibility-label :username
:container-style style/title-container
:emoji-hash emoji-string
:title full-name}]]))

(def view (quo.theme/with-theme f-view))

0 comments on commit 6bdcf99

Please sign in to comment.