Replace remmel with mlem.

This commit is contained in:
Dessalines 2023-06-01 09:45:02 -04:00
parent 4b3ec482ab
commit 5c09739c0b
6 changed files with 8 additions and 8 deletions

View file

@ -8,7 +8,7 @@
"build:prod": "webpack --mode=production",
"clean": "yarn run rimraf dist",
"crawl": "node crawl.mjs",
"lint": "node generate_translations.mjs && tsc --noEmit && eslint --report-unused-disable-directives --ext .js,.ts,.tsx src",
"lint": "node generate_translations.mjs && tsc --noEmit && eslint --report-unused-disable-directives --ext .js,.ts,.tsx src && prettier --check \"src/**/*.{ts,tsx,js,css,scss}\"",
"prebuild:dev": "yarn clean && node generate_translations.mjs",
"prebuild:prod": "yarn clean && node generate_translations.mjs",
"prepare": "husky install",

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

View file

@ -50,18 +50,18 @@ export class Apps extends Component<any, any> {
</div>
<div class="card col-6">
<AppDetails
name="Remmel"
description="An iOS client for lemmy."
link="https://github.com/uuttff8/Lemmy-iOS"
icon="/static/assets/images/remmel.webp"
banner="/static/assets/images/remmel_screen.webp"
name="Mlem"
description="A Lemmy Client for iOS."
link="https://github.com/buresdv/Mlem"
icon="/static/assets/images/mlem.webp"
banner="/static/assets/images/mlem_screen.webp"
links={[
{
link: "https://apps.apple.com/us/app/remmel-for-lemmy/id1547988171",
link: "https://testflight.apple.com/join/xQfmkJhc",
icon: "appleinc",
},
{
link: "https://github.com/uuttff8/Lemmy-iOS",
link: "https://github.com/buresdv/Mlem",
icon: "github",
},
]}