Skip to content

Commit 7819aa4

Browse files
authored
Update AmbassadorBanner.tsx
1 parent 48d438f commit 7819aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/ambassadors/components/AmbassadorBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const AmbassadorBanner: React.FC = () => {
2222
</Link>
2323
<Link
2424
href='https://github.com/json-schema-org/community/tree/main/programs/ambassadors'
25-
className='inline-block bg-gray-300 dark:bg-gray-700 text-slate-700 text-center dark:text-slate-700 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-slate-700 text-center dark:text-slate-300 px-6 py-3 rounded-md shadow hover:bg-gray-400 dark:hover:bg-gray-600 transition'
2626
>
2727
Learn More
2828
</Link>

0 commit comments

Comments
 (0)