mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
Co-authored-by: Arshad Riyaz <arshadrr@users.noreply.github.com>
This commit is contained in:
parent
399bebcf31
commit
ee43d5d0d4
4 changed files with 2 additions and 2 deletions
BIN
src/assets/images/mlem.png
Normal file
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
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 |
|
@ -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",
|
||||
},
|
||||
]}
|
||||
|
|
Loading…
Reference in a new issue