Skip to content

Commit

Permalink
fix(#588): a11y - vocalized focus for modules page and second-level p…
Browse files Browse the repository at this point in the history
…ages

Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
pylapp committed Jan 31, 2024
1 parent 9fe45ba commit 46e201e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ struct ModulesList: View {
LazyVGrid(columns: columns, spacing: ODSSpacing.xs) {
NavigationLink {
ListModule()
.navigationTitle("screens.modules.lists.title")
.odsNavigationTitle("screens.modules.lists.title".🌐)
.navigationbarMenuForThemeSelection()
} label: {
ODSCardVerticalImageFirst(
Expand All @@ -43,7 +43,7 @@ struct ModulesList: View {

NavigationLink {
AboutModule()
.navigationTitle("screens.modules.about.titles.setup")
.odsNavigationTitle("screens.modules.about.titles.setup".🌐)
.navigationbarMenuForThemeSelection()
} label: {
ODSCardVerticalImageFirst(
Expand All @@ -53,7 +53,7 @@ struct ModulesList: View {

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

0 comments on commit 46e201e

Please sign in to comment.