You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/site/src/app/studio/page.tsx
+26-12Lines changed: 26 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,8 @@ const featureRows = [
41
41
description:
42
42
"Access your database anywhere. Work locally for rapid development or use Console for team collaboration. Switch seamlessly between solo and team workflows.",
43
43
imageSrc: "/illustrations/studio/laptop.svg",
44
-
imageAlt: "Prisma Studio interface showing local and collaborative workflows",
44
+
imageAlt:
45
+
"Prisma Studio interface showing local and collaborative workflows",
45
46
imageWidth: 522,
46
47
imageHeight: 295,
47
48
},
@@ -51,7 +52,8 @@ const featureRows = [
51
52
description:
52
53
"Browse your database visually with powerful filters and search. Spot patterns instantly and get insights for debugging or schema changes, no SQL needed.",
53
54
imageSrc: "/illustrations/studio/explore.svg",
54
-
imageAlt: "Prisma Studio data exploration interface with highlighted filters",
55
+
imageAlt:
56
+
"Prisma Studio data exploration interface with highlighted filters",
55
57
imageWidth: 546,
56
58
imageHeight: 275,
57
59
},
@@ -147,12 +149,12 @@ export default function StudioPage() {
0 commit comments