diff --git a/README.md b/README.md index 25cba12..69ab7bc 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ ValueTask CanLeaveAsync() => { ... ask the user }; There is an embedded **leak-detector** to help you identify memory leaks in your application. -Find out more at [Nalu Website](https://nalu-development.github.io/nalu/). +**Find out more at [Nalu Website](https://nalu-development.github.io/nalu/).** ### Layouts [![Nalu.Maui.Layouts NuGet Package](https://img.shields.io/nuget/v/Nalu.Maui.Layouts.svg)](https://www.nuget.org/packages/Nalu.Maui.Layouts/) [![Nalu.Maui NuGet Package Downloads](https://img.shields.io/nuget/dt/Nalu.Maui.Layouts)](https://www.nuget.org/packages/Nalu.Maui.Layouts/) @@ -46,21 +46,21 @@ Cross-platform layouts and utilities for MAUI applications simplify dealing with - Have you ever dreamed of having an `if` statement in XAML? ```csharp - + ``` - Do you want to scope the binding context of a content? ```csharp - + - + ``` - And what about rendering a `TemplateSelector` directly like we do on a `CollectionView`? ```csharp - + ``` -Find out more at [Nalu Website](https://nalu-development.github.io/nalu/). +**Find out more at [Nalu Website](https://nalu-development.github.io/nalu/).** diff --git a/Samples/Nalu.Maui.Sample/Pages/FivePage.xaml b/Samples/Nalu.Maui.Sample/Pages/FivePage.xaml index f28bf00..a56cbd9 100644 --- a/Samples/Nalu.Maui.Sample/Pages/FivePage.xaml +++ b/Samples/Nalu.Maui.Sample/Pages/FivePage.xaml @@ -20,36 +20,36 @@