adding lunar to the app list (#236) (#237)

This commit is contained in:
Mani Reddy 2023-08-31 18:38:19 +01:00 committed by GitHub
parent 2635a4dffa
commit 0ebb9ced94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View file

@ -108,6 +108,21 @@ export class Apps extends Component<any, any> {
]}
/>
</div>
<div class="card col-6">
<AppDetails
name="Lunar"
description="A Lemmy Client for iOS written in Swift and SwiftUI"
link="https://github.com/mani-sh-reddy/Lunar"
icon="/static/assets/images/lunar_logo.webp"
banner="/static/assets/images/lunar_screen.webp"
links={[
{
link: "https://github.com/mani-sh-reddy/Lunar",
icon: "github",
},
]}
/>
</div>
</div>
<h1>{i18n.t("web_apps")}</h1>