add memmy to apps list (#224)

* add memmy to apps list

* swap banner with resized and webp format
This commit is contained in:
Dave Jones 2023-07-26 13:08:37 -04:00 committed by GitHub
parent 35dd3e4177
commit e4c0401555
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -66,6 +66,25 @@ export class Apps extends Component<any, any> {
]} ]}
/> />
</div> </div>
<div class="card col-6">
<AppDetails
name="Memmy"
description="A Lemmy Client built in React Native for iOS available on the App Store."
link="https://github.com/Memmy-App/memmy"
icon="/static/assets/images/memmy_icon.png"
banner="/static/assets/images/memmy_banner.webp"
links={[
{
link: "https://apps.apple.com/us/app/memmy-for-lemmy/id6450204299?platform=iphone",
icon: "appleinc",
},
{
link: "https://github.com/Memmy-App/memmy",
icon: "github",
},
]}
/>
</div>
</div> </div>
<h1>{i18n.t("web_apps")}</h1> <h1>{i18n.t("web_apps")}</h1>