Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix : remove dummy text present on https://json-schema.org/overview/case-studies page #1237

Merged
merged 3 commits into from
Jan 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading