Skip to content

Commit

Permalink
adding ts comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaMajmudar committed May 23, 2024
1 parent 15a1ca8 commit 2927056
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pages/overview/case-studies/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ export default function ContentExample() {
</Head>
<Headline1>{newTitle}</Headline1>
<p className='text-[18px]'>
Learn how organizations are adopting and benefiting from JSON Schema.{' '}
<b>
Please replace this text with a two to three liner so that we can
avoid the layout shifting bug.
</b>
{/* 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.
</p>
<div className='w-full lg:w-full grid grid-cols-1 sm:grid-cols-2 gap-6 my-[10px] mx-auto mt-8'>
{data.map((element, index) => (
Expand Down

0 comments on commit 2927056

Please sign in to comment.