Remove lemmur since its deprecated. (#130)

This commit is contained in:
Dessalines 2023-02-18 08:24:18 -05:00 committed by GitHub
parent b0d9a2dda7
commit 712995ded7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,29 +48,6 @@ export class Apps extends Component<any, any> {
]}
/>
</div>
<div class="card col-6">
<AppDetails
name="Lemmur"
description="A Lemmy client for Android, Linux, and Windows."
link="https://github.com/LemmurOrg/lemmur"
icon="/static/assets/images/lemmur.svg"
banner="/static/assets/images/lemmur_screen.webp"
links={[
{
link: "https://f-droid.org/packages/com.krawieck.lemmur",
icon: "f-droid",
},
{
link: "https://play.google.com/store/apps/details?id=com.krawieck.lemmur",
icon: "googleplay",
},
{
link: "https://github.com/LemmurOrg/lemmur",
icon: "github",
},
]}
/>
</div>
<div class="card col-6">
<AppDetails
name="Remmel"