Skip to content

Commit 5c7af26

Browse files
committed
fix css
1 parent 6872eca commit 5c7af26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/ambassadors/components/AmbassadorList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const AmbassadorList: React.FC<AmbassadorListProps> = ({ ambassadorList }) => {
2929
<h2 className='text-lg md:text-xl font-semibold text-gray-900 dark:text-white mb-3'>
3030
{link.title}
3131
</h2>
32-
<p className='text-sm md:text-base text-gray-700 dark:text-gray-100 leading-relaxed'>
32+
<p className='text-sm md:text-base text-gray-700 dark:text-slate-100 leading-relaxed'>
3333
{link.details}
3434
</p>
3535
</li>

pages/ambassadors/index.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function communityPages() {
3434
>
3535
Become a JSON Schema Ambassador
3636
</h1>
37-
<p className='mt-5 text-slate-500 text-lg text-gray-700 dark:text-gray-100'>
37+
<p className='mt-5 text-slate-500 text-lg text-gray-700 dark:text-slate-100'>
3838
The JSON Schema Ambassadors Program recognizes the people who
3939
drive adoption, innovation, and knowledge sharing in the JSON
4040
Schema community.

0 commit comments

Comments
 (0)