From dfeebfb392c1ba8411e7d020d7e47db37efe07de Mon Sep 17 00:00:00 2001 From: Pauline Auvray Date: Thu, 5 Oct 2023 16:10:46 +0200 Subject: [PATCH] [#638] Add implementation word for concistency --- docs/components/AppBarsTop.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/AppBarsTop.md b/docs/components/AppBarsTop.md index 30cc9107a..d6af34413 100644 --- a/docs/components/AppBarsTop.md +++ b/docs/components/AppBarsTop.md @@ -35,7 +35,7 @@ action performs. ### Regular top app bar -#### Jetpack Compose +#### Jetpack Compose implementation Add `OdsTopAppBar` composable to your Scaffold topBar: @@ -83,7 +83,7 @@ _Not available_ ### Large top app bar -#### Jetpack Compose +#### Jetpack Compose implementation First, you have to add this line in your application `build.gradle.kts` file cause this component relies on Compose Material 3 implementation: