Skip to content

Commit 95f6549

Browse files
fix: correct case sensitivity in Zoho Tables showcase image path
1 parent aa8a742 commit 95f6549

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sites/www/content/showcase/zoho-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ using Flutter's custom paint and scroll physics.
6969
This custom implementation achieved smooth scrolling
7070
for users interacting with anywhere from 100 to 100,000 rows of data.
7171

72-
<Image src="images/third_party/case_studies/zoho-tables/iphone.png" format="fullwidth" alt="iPhone" />
72+
<Image src="images/third_party/case_studies/zoho-tables/iPhone.png" format="fullwidth" alt="iPhone" />
7373

7474
To integrate native hardware features,
7575
the team combined Flutter's platform channels with native APIs.

0 commit comments

Comments
 (0)