Skip to content

Commit 105c6e9

Browse files
committed
format
1 parent 534f71a commit 105c6e9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/components/index-page/use-cases/index.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ const USE_CASES: UseCase[] = [
2929
description: (
3030
<>
3131
GraphQL lets you request exactly what you need in one call with no
32-
overfetching to preserve battery and work on slow networks. With
33-
a persistent normalized cache,
34-
your app can work offline on planes and trains, and versionless schema
35-
evolution makes it easy to iterate without breaking old versions of the
36-
app.
32+
overfetching to preserve battery and work on slow networks. With a
33+
persistent normalized cache, your app can work offline on planes and
34+
trains, and versionless schema evolution makes it easy to iterate
35+
without breaking old versions of the app.
3736
</>
3837
),
3938
cta: "Performance Optimization",

0 commit comments

Comments
 (0)