Skip to content

Commit

Permalink
fix: typos, should always include JSON Schema, not only JSON (jso…
Browse files Browse the repository at this point in the history
…n-schema-org#1171)

* fix: typos, should always include `JSON Schema`, not only `JSON`

* Update pages/ambassadors/index.page.tsx

Co-authored-by: Benjamin Granados <[email protected]>

---------

Co-authored-by: Benjamin Granados <[email protected]>
  • Loading branch information
2 people authored and valeriahhdez committed Dec 19, 2024
1 parent 1945484 commit 1ead2fd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pages/ambassadors/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ export default function communityPages() {
<div data-testid='Ambassadors-button'>
<a
className='mt-10 inline-block px-6 py-3 bg-blue-600 text-white font-semibold text-center rounded hover:bg-blue-700 transition duration-300'
href='https://github.com/json-schema-org/community/tree/main/programs/ambassadors#become-an-json-schema-ambassador'
href='https://github.com/json-schema-org/community/tree/main/programs/ambassadors#become-a-json-schema-ambassador'
target='_blank'
rel='noopener noreferrer'
>
Become an JSON Ambassador
Become a JSON Schema Ambassador
</a>
</div>
</div>
Expand All @@ -68,20 +68,20 @@ export default function communityPages() {
data-testid='Ambassadors-contributions'
>
<h1 className='text-h3 font-bold text-gray-900 dark:text-white'>
JSON Ambassador Contributions
JSON Schema Ambassador Contributions
</h1>
<p className='mt-5 text-lg text-gray-700 dark:text-slate-100'>
JSON Ambassadors are passionate about JSON Schema. They share
their interest, expertise, and excitement within their communities
to help others build better software.
Ambassadors are passionate about JSON Schema. They share their
interest, expertise, and excitement within their communities to
help others build better software.
</p>
</div>
</div>
<AmbassadorList ambassadorList={ambassadorList} />

<section className='flex align-middle justify-center p-auto m-auto mt-16'>
<h2 className='text-h3 font-bold text-gray-900 dark:text-white text-center'>
Join These JSON Ambassadors <br />
Join These JSON Schema Ambassadors <br />
<p className='text-h5 font-sans font-light text-gray-700 dark:text-slate-100'>
Learn and share knowledge with community members.
</p>
Expand Down

0 comments on commit 1ead2fd

Please sign in to comment.