Skip to content

Commit

Permalink
fix(#588): a11y - vocalized focus for cards demos pages
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
pylapp committed Jan 31, 2024
1 parent 46e201e commit bea943e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct CardViewDemo: View {
LazyVGrid(columns: columns, spacing: ODSSpacing.xs) {
NavigationLink {
ListOfVerticalImageFirstCard()
.navigationTitle("screens.modules.card_collections.titles.list")
.odsNavigationTitle("screens.modules.card_collections.titles.list".🌐)
.navigationbarMenuForThemeSelection()
} label: {
ODSCardVerticalImageFirst(
Expand All @@ -42,7 +42,7 @@ struct CardViewDemo: View {

NavigationLink {
GrifOfSmallCards()
.navigationTitle("screens.modules.card_collections.titles.grid")
.odsNavigationTitle("screens.modules.card_collections.titles.grid".🌐)
.navigationbarMenuForThemeSelection()
} label: {
ODSCardVerticalImageFirst(
Expand Down

0 comments on commit bea943e

Please sign in to comment.