Skip to content

Commit ceb509c

Browse files
authored
fix : remove dummy text present on https://json-schema.org/overview/case-studies page (#1237)
* remove dummy text from overview/casse-studies page * remove dummy text from overview/case-studies * format fix
1 parent 711a462 commit ceb509c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pages/overview/case-studies/index.page.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ export default function ContentExample() {
3131
</Head>
3232
<Headline1>{newTitle}</Headline1>
3333
<p className='text-[18px]'>
34-
{/* Please fix below dummy text and make it two to three liner so that we can remove the bug of layout shifting :) */}
35-
Learn how organizations are adopting and benefiting from JSON Schema.
36-
Please replace this text with a two to three liner so that we can avoid
37-
the layout shifting bug.
34+
Learn how organizations are adopting JSON Schema to improve data
35+
management, ensure consistency, and streamline workflows across systems.
3836
</p>
3937
<div className='mx-auto my-[10px] mt-8 grid w-full grid-cols-1 gap-6 sm:grid-cols-2 lg:w-full'>
4038
{data.map((element, index) => (

0 commit comments

Comments
 (0)