We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33e670 commit ae80dc4Copy full SHA for ae80dc4
components/AmbassadorsBanner.tsx
@@ -15,7 +15,7 @@ const AmbassadorBanner: React.FC = () => {
15
</p>
16
<div className='w-full grid grid-cols-1 sm:grid-cols-2 gap-4 my-4 mx-auto'>
17
<Link
18
- 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'
19
className='inline-block px-6 py-3 bg-blue-600 text-white font-semibold text-center rounded hover:bg-blue-700 transition duration-300'
20
>
21
Become Ambassador
0 commit comments