mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
Adding feddit.org in place of feddit.de
This commit is contained in:
parent
2fb4578f03
commit
e9901f93b8
1 changed files with 1 additions and 5 deletions
|
@ -12,10 +12,6 @@ export const INSTANCE_HELPERS: InstanceHelper[] = [
|
|||
name: "Lemmy Fediverse Observer",
|
||||
link: "https://lemmy.fediverse.observer/list",
|
||||
},
|
||||
{
|
||||
name: "Feddit's Lemmy Community Browser",
|
||||
link: "https://browse.feddit.de/",
|
||||
},
|
||||
];
|
||||
|
||||
export interface Topic {
|
||||
|
@ -406,7 +402,7 @@ export const RECOMMENDED_INSTANCES: RecommendedInstance[] = [
|
|||
topics: [GENERAL],
|
||||
},
|
||||
{
|
||||
domain: "feddit.de",
|
||||
domain: "feddit.org",
|
||||
languages: ["de"],
|
||||
topics: [GENERAL],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue