Skip to content

Commit

Permalink
docs: fixing linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal22shah committed Sep 9, 2024
1 parent 65401bc commit 8507658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/controls/NavigationBar.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ On **Android**, only icons are supported (`AppBarButton.Icon`). This is due to a

> [!NOTE]
> The default back button icon can be customized for non-mobile platforms by overriding the `NavigationBarBackIconData` resource. On `Android` and `iOS`, the native default back button icon is used. On Windows and other non-mobile platforms, you can provide a custom back button icon by defining the `NavigationBarBackIconData` resource in your resource dictionary:
>
>```xml
><Application.Resources>
> <x:String x:Key="NavigationBarBackIconData">YOUR_CUSTOM_PATH_DATA</x:String>
Expand Down

0 comments on commit 8507658

Please sign in to comment.