mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
Prodigy testimonial (#5999)
This commit is contained in:
parent
9e35c84bd2
commit
973cb35678
2 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ const testimonials: Testimonial[] = [
|
|||
),
|
||||
text: (
|
||||
<>
|
||||
Hive is essential to us handling more than 750MM GraphQL requests every month. We ship with
|
||||
Hive is essential to us handling more than 750M GraphQL requests every month. We ship with
|
||||
certainty that schema changes will not break clients. The <code>atLeastOnceSampler</code> is
|
||||
crucial to capture telemetry from less-often run operations. The schema explorer condenses
|
||||
hours of searching through Github for client usage down to minutes.
|
||||
|
|
@ -81,7 +81,7 @@ const testimonials: Testimonial[] = [
|
|||
img: prodigyPicture,
|
||||
className: 'bg-[#a9e7f599]',
|
||||
},
|
||||
data: [{ numbers: '>750MM', description: 'requests every month' }],
|
||||
data: [{ numbers: '>750M', description: 'requests every month' }],
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
Loading…
Reference in a new issue