We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f753f commit 6966870Copy full SHA for 6966870
components/home/SponsorsList.tsx
@@ -78,7 +78,7 @@ function SponsorsList({
78
<div className="items-center text-center py-10 md:py-20">
79
<div className="w-full py-10">
80
<h2 className="title lowercase dark:text-accent-dark">
81
- <span>{year === 24 ? '' : `dcKe${year}`} sponsored</span>{' '}
+ <span>{year === 24 ? '' : `flutterconke${year}`} sponsored</span>{' '}
82
<span className="font-medium"> by;</span>
83
</h2>
84
{showSponsors && (
0 commit comments