mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
Fixing lint, moving jerboa to first in android app list.
This commit is contained in:
parent
570087701b
commit
723b10aad0
1 changed files with 26 additions and 29 deletions
|
@ -25,30 +25,6 @@ export class Apps extends Component<any, any> {
|
|||
<p>{i18n.t("choose_from_apps")}</p>
|
||||
|
||||
<div class="row">
|
||||
<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="Jerboa"
|
||||
|
@ -72,7 +48,29 @@ 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"
|
||||
|
@ -145,6 +143,7 @@ export class Apps extends Component<any, any> {
|
|||
]}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1>{i18n.t("api_libraries")}</h1>
|
||||
<ul>
|
||||
|
@ -161,10 +160,8 @@ export class Apps extends Component<any, any> {
|
|||
- a dart / flutter client.
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Arsen6331/go-lemmy">
|
||||
go-lemmy
|
||||
</a>{" "}
|
||||
- a Go client.
|
||||
<a href="https://github.com/Arsen6331/go-lemmy">go-lemmy</a> - a
|
||||
Go client.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue