Skip to content

Commit 30b8e3e

Browse files
committed
Update copy and add shrink-0
1 parent a6c237e commit 30b8e3e

File tree

1 file changed

+3
-3
lines changed
  • src/components/index-page/data-colocation

1 file changed

+3
-3
lines changed

src/components/index-page/data-colocation/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ export function DataColocation() {
160160
<SectionLabel>Data Colocation</SectionLabel>
161161
<h2 className="typography-h2 mt-6">Data Colocation</h2>
162162
<p className="typography-body-md mt-6 text-pretty lg:max-w-[500px] xl:max-w-[438px]">
163-
GraphQL fragments let you reuse common field selections across
164-
queries, making your code more maintainable and consistent.
163+
GraphQL fragments let you define each component’s data needs close
164+
to it, and satisfy them with a single query.
165165
</p>
166166
</header>
167167
<ComponentTree
@@ -176,7 +176,7 @@ export function DataColocation() {
176176
/>
177177
</div>
178178
<article
179-
className="flex divide-neu-100 dark:divide-neu-50 dark:shadow-[0_.5px_20px_0_hsl(0_0_0/.25)] max-xl:w-full max-lg:gap-4 max-md:flex-col lg:rounded-lg lg:shadow-[0_.5px_20px_0_hsl(var(--color-neu-400))] lg:dark:bg-neu-50/10 xl:divide-x"
179+
className="flex shrink-0 divide-neu-100 dark:divide-neu-50 dark:shadow-[0_.5px_20px_0_hsl(0_0_0/.25)] max-xl:w-full max-lg:gap-4 max-md:flex-col lg:rounded-lg lg:shadow-[0_.5px_20px_0_hsl(var(--color-neu-400))] lg:dark:bg-neu-50/10 xl:divide-x"
180180
ref={figureRef}
181181
>
182182
<div className="flex shrink-0 grow flex-col gap-y-4 sm:flex-col-reverse lg:p-4">

0 commit comments

Comments
 (0)