update mlem info. closes #200 (#233)

Co-authored-by: Arshad Riyaz <arshadrr@users.noreply.github.com>
This commit is contained in:
Arshad Riyaz 2023-08-08 07:40:05 +08:00 committed by GitHub
parent 399bebcf31
commit ee43d5d0d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 2 deletions

BIN
src/assets/images/mlem.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

BIN
src/assets/images/mlem_screen.webp Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 193 KiB

View file

@ -52,7 +52,7 @@ export class Apps extends Component<any, any> {
name="Mlem"
description="A Lemmy Client for iOS."
link="https://github.com/mormaer/Mlem"
icon="/static/assets/images/mlem.webp"
icon="/static/assets/images/mlem.png"
banner="/static/assets/images/mlem_screen.webp"
links={[
{
@ -60,7 +60,7 @@ export class Apps extends Component<any, any> {
icon: "appleinc",
},
{
link: "https://github.com/buresdv/Mlem",
link: "https://github.com/mlemgroup/mlem",
icon: "github",
},
]}