Skip to content

Commit 3a8ff7c

Browse files
author
Carla Goncalves
committed
update attr
1 parent da373c2 commit 3a8ff7c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • apps/site/src/app/query-insights

apps/site/src/app/query-insights/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export default async function Page({
131131
{
132132
imageUrl: "/illustrations/query-insights/features_1",
133133
imageAlt: "Query insights features",
134-
imageMobileUrl:
134+
mobileImageUrl:
135135
"/illustrations/query-insights/features_1_mobile",
136136
mobileImageAlt: "Query insights features",
137137
logos: null,
@@ -154,7 +154,7 @@ export default async function Page({
154154
{
155155
imageUrl: "/illustrations/query-insights/features_2",
156156
imageAlt: "Query insights features",
157-
imageMobileUrl:
157+
mobileImageUrl:
158158
"/illustrations/query-insights/features_2_mobile",
159159
mobileImageAlt: "Query insights features",
160160
logos: null,
@@ -177,7 +177,7 @@ export default async function Page({
177177
{
178178
imageUrl: "/illustrations/query-insights/features_3",
179179
imageAlt: "Query insights features",
180-
imageMobileUrl:
180+
mobileImageUrl:
181181
"/illustrations/query-insights/features_3_mobile",
182182
mobileImageAlt: "Query insights features",
183183
logos: null,

0 commit comments

Comments
 (0)