Skip to content

Commit

Permalink
Bmartinez suggestion for line
Browse files Browse the repository at this point in the history
Co-authored-by: Bernardo Martinez <[email protected]>
  • Loading branch information
rfay and bmartinez287 authored Nov 12, 2024
1 parent 9ef7802 commit 7a83f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FeaturedSponsors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ regularSponsors.map((sponsor) => {
<div class="relative flex flex-col items-center space-y-12">
{/* Lead Sponsors Section */}
{leadSponsors.length > 0 && (
<div class="w-full flex justify-center pb-8 border-b border-gray-200 dark:border-gray-800">
<div class="w-full flex justify-center pb-8 border-b border-gray-200 dark:border-white">
{leadSponsors.map((sponsor) => (
<a
class="block relative overflow-hidden cursor-pointer h-16 mx-6"
Expand Down

0 comments on commit 7a83f3b

Please sign in to comment.