diff --git a/src/assets/images/mlem.png b/src/assets/images/mlem.png new file mode 100644 index 0000000..c758b20 Binary files /dev/null and b/src/assets/images/mlem.png differ diff --git a/src/assets/images/mlem.webp b/src/assets/images/mlem.webp deleted file mode 100644 index a582cd2..0000000 Binary files a/src/assets/images/mlem.webp and /dev/null differ diff --git a/src/assets/images/mlem_screen.webp b/src/assets/images/mlem_screen.webp old mode 100644 new mode 100755 index 95a5f65..049bbb0 Binary files a/src/assets/images/mlem_screen.webp and b/src/assets/images/mlem_screen.webp differ diff --git a/src/shared/components/apps.tsx b/src/shared/components/apps.tsx index f017187..d2fed5b 100644 --- a/src/shared/components/apps.tsx +++ b/src/shared/components/apps.tsx @@ -52,7 +52,7 @@ export class Apps extends Component { 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 { icon: "appleinc", }, { - link: "https://github.com/buresdv/Mlem", + link: "https://github.com/mlemgroup/mlem", icon: "github", }, ]}