Skip to content

Commit 10b311f

Browse files
Adjusting the use cases page (#1467)
* adjusting use cases * adjusting the link * adjusting the link * fix: link text --------- Co-authored-by: Dhairya Majmudar <[email protected]>
1 parent cdfe4cb commit 10b311f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data/use-cases.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
{
2727
"title": "Data Serialization",
28-
"summary": "Compress JSON data for storage/transmission. For example: <a href='https://jsonbinpack.sourcemeta.com' style='text-decoration: underline; font-weight: bold;'>https://jsonbinpack.sourcemeta.com</a>"
28+
"summary": "Compress JSON data for storage/transmission. For example: <a href='https://jsonbinpack.sourcemeta.com' style='text-decoration: underline; font-weight: bold;'>JSON Bin Pack</a>"
2929
},
3030
{
3131
"title": "Fuzzing, enumeration, and generation",
@@ -37,7 +37,7 @@
3737
},
3838
{
3939
"title": "Automated Testing",
40-
"summary": "Good definitions of input/output that schemas provide enable contract and property based testing scenarios. For example: <a href='https://schemathesis.readthedocs.io/en/stable/' style='text-decoration: underline; font-weight: bold;'>https://schemathesis.readthedocs.io/en/stable/</a>"
40+
"summary": "Good definitions of input/output that schemas provide enable contract and property-based testing scenarios. For example: <a href='https://schemathesis.readthedocs.io/en/stable/' style='text-decoration: underline; font-weight: bold;'>Schemathesis</a>"
4141
},
4242
{
4343
"title": "Machine-readable profiles of Web resources",

pages/overview/use-cases/index.page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ export default function Content() {
1818
<title>{newTitle}</title>
1919
</Head>
2020
<Headline1>{newTitle}</Headline1>
21-
<p>
21+
<p className='px-4 sm:px-0'>
2222
Discover everything you can do with JSON Schema. This section presents
2323
the most common use cases for JSON Schema, but there may be many more
2424
applications waiting to be discovered.
2525
</p>
26-
<div className='w-full lg:w-full grid grid-cols-2 sm:grid-cols-2 gap-6 my-[10px] mx-auto mt-8'>
26+
<div className='w-full lg:w-full grid grid-cols-1 sm:grid-cols-2 gap-6 my-[10px] mx-auto mt-8 px-4 sm:px-0'>
2727
{data.map((element, index) => (
2828
<Card
2929
key={index}

0 commit comments

Comments
 (0)