mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-24 13:21:18 +00:00
Replace remmel with mlem.
This commit is contained in:
parent
4b3ec482ab
commit
5c09739c0b
6 changed files with 8 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
||||||
"build:prod": "webpack --mode=production",
|
"build:prod": "webpack --mode=production",
|
||||||
"clean": "yarn run rimraf dist",
|
"clean": "yarn run rimraf dist",
|
||||||
"crawl": "node crawl.mjs",
|
"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:dev": "yarn clean && node generate_translations.mjs",
|
||||||
"prebuild:prod": "yarn clean && node generate_translations.mjs",
|
"prebuild:prod": "yarn clean && node generate_translations.mjs",
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
|
|
BIN
src/assets/images/mlem.webp
Normal file
BIN
src/assets/images/mlem.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
src/assets/images/mlem_screen.webp
Normal file
BIN
src/assets/images/mlem_screen.webp
Normal file
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 |
|
@ -50,18 +50,18 @@ export class Apps extends Component<any, any> {
|
||||||
</div>
|
</div>
|
||||||
<div class="card col-6">
|
<div class="card col-6">
|
||||||
<AppDetails
|
<AppDetails
|
||||||
name="Remmel"
|
name="Mlem"
|
||||||
description="An iOS client for lemmy."
|
description="A Lemmy Client for iOS."
|
||||||
link="https://github.com/uuttff8/Lemmy-iOS"
|
link="https://github.com/buresdv/Mlem"
|
||||||
icon="/static/assets/images/remmel.webp"
|
icon="/static/assets/images/mlem.webp"
|
||||||
banner="/static/assets/images/remmel_screen.webp"
|
banner="/static/assets/images/mlem_screen.webp"
|
||||||
links={[
|
links={[
|
||||||
{
|
{
|
||||||
link: "https://apps.apple.com/us/app/remmel-for-lemmy/id1547988171",
|
link: "https://testflight.apple.com/join/xQfmkJhc",
|
||||||
icon: "appleinc",
|
icon: "appleinc",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
link: "https://github.com/uuttff8/Lemmy-iOS",
|
link: "https://github.com/buresdv/Mlem",
|
||||||
icon: "github",
|
icon: "github",
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|
Loading…
Reference in a new issue