Skip to content

Commit f5a9b3c

Browse files
Apply suggestions from code review
Co-authored-by: pinkeshmars <[email protected]>
1 parent 01e322b commit f5a9b3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ FlutterFlow is a visual development environment that lets you build mobile, web,
2929
<InfoCards>
3030
<InfoCard
3131
icon="🚀"
32-
title="Build your first app"
32+
title="Build Your First App"
3333
description="Get started with FlutterFlow by building your first FlutterFlow app step-by-step."
3434
pagePath="/quickstart"
3535
isLarge={true}
@@ -95,13 +95,13 @@ Essential guidelines and recommendations for building robust FlutterFlow applica
9595
/>
9696
<InfoCard
9797
icon="🧪"
98-
title="Test your apps locally"
98+
title="Test Your Apps Locally"
9999
description="Set up Local Run to debug and validate your app in physical devices."
100100
pagePath="/testing/local-run"
101101
/>
102102
<InfoCard
103103
icon="📝"
104-
title="Naming variables"
104+
title="Naming Variables"
105105
description="Learn FlutterFlow naming conventions and best practices for variables, functions, and components to maintain clean, readable code."
106106
pagePath="/resources/style-guide"
107107
/>

0 commit comments

Comments
 (0)