feat(web): improve sponsors section, add special sponsor highlighting, update README, add X icon (#426)

This commit is contained in:
Aman Varshney
2025-07-25 20:05:14 +05:30
committed by GitHub
parent 1b37f34d47
commit 16518cc449
7 changed files with 201 additions and 50 deletions

View File

@@ -38,6 +38,7 @@ export interface Sponsor {
avatarUrl: string;
websiteUrl?: string;
linkUrl: string;
customLogoUrl: string;
type: string;
};
isOneTime: boolean;