Skip to content

Commit

Permalink
Update Certifications.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
madalinpopa committed Sep 30, 2024
1 parent 87e504c commit ca658e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/lists/Certifications.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { items } = Astro.props;
<ul class="pt-6 list-disc ml-4 prose text-white">
{ items && items.length > 0 && items.map((item) => (
<li class=" text-gray-600 dark:text-gray-400">
<span class="font-semibold">{item.title}:</span> {item.description}
<span class="font-semibold dark:text-white">{item.title}:</span> {item.description}
</li>
))}

Expand Down

0 comments on commit ca658e4

Please sign in to comment.