File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/index-page/data-colocation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -160,8 +160,8 @@ export function DataColocation() {
160
160
< SectionLabel > Data Colocation</ SectionLabel >
161
161
< h2 className = "typography-h2 mt-6" > Data Colocation</ h2 >
162
162
< 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 .
165
165
</ p >
166
166
</ header >
167
167
< ComponentTree
@@ -176,7 +176,7 @@ export function DataColocation() {
176
176
/>
177
177
</ div >
178
178
< 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"
180
180
ref = { figureRef }
181
181
>
182
182
< div className = "flex shrink-0 grow flex-col gap-y-4 sm:flex-col-reverse lg:p-4" >
You can’t perform that action at this time.
0 commit comments