diff --git a/src/assets/images/liftoff_icon.svg b/src/assets/images/liftoff_icon.svg deleted file mode 100644 index 52e64e4..0000000 --- a/src/assets/images/liftoff_icon.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - diff --git a/src/assets/images/liftoff_screen.webp b/src/assets/images/liftoff_screen.webp deleted file mode 100644 index bcb8021..0000000 Binary files a/src/assets/images/liftoff_screen.webp and /dev/null differ diff --git a/src/shared/components/app-definitions.ts b/src/shared/components/app-definitions.ts index 31c89e3..17199b0 100644 --- a/src/shared/components/app-definitions.ts +++ b/src/shared/components/app-definitions.ts @@ -222,30 +222,6 @@ const COMBUSTIBLE: AppDetails = { platforms: [Platform.Android], }; -const LIFTOFF: AppDetails = { - name: "LiftOff!", - description: "A mobile client for lemmy", - link: "https://github.com/liftoff-app/liftoff", - icon: "/static/assets/images/liftoff_icon.svg", - banner: "/static/assets/images/liftoff_screen.webp", - links: [ - { - link: "https://apt.izzysoft.de/fdroid/index/apk/com.liftoffapp.liftoff", - icon: "f-droid", - }, - { - link: "https://play.google.com/store/apps/details?id=com.liftoffapp.liftoff&pli=1", - icon: "googleplay", - }, - { - link: "https://github.com/liftoff-app/liftoff", - icon: "github", - }, - ], - sourceType: SourceType.Open, - platforms: [Platform.Android, Platform.IOS], -}; - const BOOST: AppDetails = { name: "Boost for Lemmy", description: "A smooth app for Lemmy.", @@ -460,7 +436,6 @@ export const APP_LIST: AppDetails[] = [ JERBOA, ETERNITY, COMBUSTIBLE, - LIFTOFF, MLEM, LUNAR, MEMMY,