mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 12:21: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>
|
<p>{i18n.t("choose_from_apps")}</p>
|
||||||
|
|
||||||
<div class="row">
|
<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">
|
<div class="card col-6">
|
||||||
<AppDetails
|
<AppDetails
|
||||||
name="Jerboa"
|
name="Jerboa"
|
||||||
|
@ -72,7 +48,29 @@ 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"
|
||||||
|
@ -145,6 +143,7 @@ export class Apps extends Component<any, any> {
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h1>{i18n.t("api_libraries")}</h1>
|
<h1>{i18n.t("api_libraries")}</h1>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -161,10 +160,8 @@ export class Apps extends Component<any, any> {
|
||||||
- a dart / flutter client.
|
- a dart / flutter client.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/Arsen6331/go-lemmy">
|
<a href="https://github.com/Arsen6331/go-lemmy">go-lemmy</a> - a
|
||||||
go-lemmy
|
Go client.
|
||||||
</a>{" "}
|
|
||||||
- a Go client.
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue