mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
Remove lemmur since its deprecated. (#130)
This commit is contained in:
parent
b0d9a2dda7
commit
712995ded7
1 changed files with 0 additions and 23 deletions
|
@ -48,29 +48,6 @@ export class Apps extends Component<any, any> {
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div class="card col-6">
|
||||||
<AppDetails
|
<AppDetails
|
||||||
name="Remmel"
|
name="Remmel"
|
||||||
|
|
Loading…
Reference in a new issue