mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-25 05:41:16 +00:00
Remove sponsor
This commit is contained in:
parent
7b4876a0cc
commit
fdb0b71983
1 changed files with 1 additions and 7 deletions
|
@ -23,13 +23,7 @@ interface GoldSponsor {
|
|||
avatar: string;
|
||||
}
|
||||
|
||||
let goldSponsors: GoldSponsor[] = [
|
||||
{
|
||||
name: "purplerabbit",
|
||||
link: "https://purplerabbit.gitlab.io",
|
||||
avatar: "https://purplerabbit.gitlab.io/assets/avatar.jpeg",
|
||||
},
|
||||
];
|
||||
let goldSponsors: GoldSponsor[] = [];
|
||||
|
||||
let latinumSponsors: GoldSponsor[] = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue