mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2025-01-15 14:35:50 +00:00
Remove lemmybb from applications (#450)
This commit is contained in:
parent
cfdd03a4aa
commit
38ad15408d
2 changed files with 0 additions and 16 deletions
Binary file not shown.
Before Width: | Height: | Size: 13 KiB |
|
@ -398,21 +398,6 @@ const MLMYM: AppDetails = {
|
||||||
platforms: [Platform.Web],
|
platforms: [Platform.Web],
|
||||||
};
|
};
|
||||||
|
|
||||||
const LEMMYBB: AppDetails = {
|
|
||||||
name: "lemmyBB",
|
|
||||||
description: "A lemmy frontend based on phpBB.",
|
|
||||||
link: "https://github.com/LemmyNet/lemmyBB",
|
|
||||||
banner: "/static/assets/images/lemmybb_2.webp",
|
|
||||||
links: [
|
|
||||||
{
|
|
||||||
link: "https://github.com/LemmyNet/lemmyBB",
|
|
||||||
icon: "github",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
sourceType: SourceType.Open,
|
|
||||||
platforms: [Platform.Web],
|
|
||||||
};
|
|
||||||
|
|
||||||
const NEONMODEM: AppDetails = {
|
const NEONMODEM: AppDetails = {
|
||||||
name: "neonmodem",
|
name: "neonmodem",
|
||||||
description: "BBS-style TUI client",
|
description: "BBS-style TUI client",
|
||||||
|
@ -478,7 +463,6 @@ export const APP_LIST: AppDetails[] = [
|
||||||
PHOTON,
|
PHOTON,
|
||||||
ALEXANDRITE,
|
ALEXANDRITE,
|
||||||
MLMYM,
|
MLMYM,
|
||||||
LEMMYBB,
|
|
||||||
NEONMODEM,
|
NEONMODEM,
|
||||||
BOOST,
|
BOOST,
|
||||||
SYNC,
|
SYNC,
|
||||||
|
|
Loading…
Reference in a new issue