Skip to content

Commit

Permalink
fix : remove dummy text present on https://json-schema.org/overview/c…
Browse files Browse the repository at this point in the history
…ase-studies page (#1237)

* remove dummy text from overview/casse-studies page

* remove dummy text from overview/case-studies

* format fix
  • Loading branch information
DevanjoyDas authored Jan 7, 2025
1 parent 711a462 commit ceb509c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pages/overview/case-studies/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ export default function ContentExample() {
</Head>
<Headline1>{newTitle}</Headline1>
<p className='text-[18px]'>
{/* Please fix below dummy text and make it two to three liner so that we can remove the bug of layout shifting :) */}
Learn how organizations are adopting and benefiting from JSON Schema.
Please replace this text with a two to three liner so that we can avoid
the layout shifting bug.
Learn how organizations are adopting JSON Schema to improve data
management, ensure consistency, and streamline workflows across systems.
</p>
<div className='mx-auto my-[10px] mt-8 grid w-full grid-cols-1 gap-6 sm:grid-cols-2 lg:w-full'>
{data.map((element, index) => (
Expand Down

0 comments on commit ceb509c

Please sign in to comment.