Skip to content

Commit 6966870

Browse files
committed
Updated sponsors label to read flutterconke instead of dcke
1 parent b4f753f commit 6966870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/home/SponsorsList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function SponsorsList({
7878
<div className="items-center text-center py-10 md:py-20">
7979
<div className="w-full py-10">
8080
<h2 className="title lowercase dark:text-accent-dark">
81-
<span>{year === 24 ? '' : `dcKe${year}`} sponsored</span>{' '}
81+
<span>{year === 24 ? '' : `flutterconke${year}`} sponsored</span>{' '}
8282
<span className="font-medium"> by;</span>
8383
</h2>
8484
{showSponsors && (

0 commit comments

Comments
 (0)