File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pages/ambassadors/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ const AmbassadorBanner: React.FC = () => {
1616 < div className = 'flex flex-col md:flex-row justify-center space-y-4 md:space-y-0 md:space-x-5' >
1717 < Link
1818 href = 'https://github.com/json-schema-org/community/tree/main/programs/ambassadors#become-an-json-schema-ambassador'
19- className = 'bg-blue-700 dark: bg-blue-600 text-white px-6 py-3 rounded-md shadow hover:bg-blue-500 dark:hover:bg-blue-400 transition'
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 '
2020 >
2121 Become Ambassador
2222 </ Link >
2323 < Link
2424 href = 'https://github.com/json-schema-org/community/tree/main/programs/ambassadors'
25- className = 'bg-gray-300 dark:bg-gray-700 text-gray-700 dark:text-white px-6 py-3 rounded-md shadow hover:bg-gray-400 dark:hover:bg-gray-600 transition'
25+ className = 'inline-block bg-gray-300 dark:bg-gray-700 text-gray-700 dark:text-white px-6 py-3 rounded-md shadow hover:bg-gray-400 dark:hover:bg-gray-600 transition'
2626 >
2727 Learn More
2828 </ Link >
You can’t perform that action at this time.
0 commit comments