mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-24 13:21:18 +00:00
add memmy to apps list (#224)
* add memmy to apps list * swap banner with resized and webp format
This commit is contained in:
parent
35dd3e4177
commit
e4c0401555
3 changed files with 19 additions and 0 deletions
BIN
src/assets/images/memmy_banner.webp
Normal file
BIN
src/assets/images/memmy_banner.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
BIN
src/assets/images/memmy_icon.png
Normal file
BIN
src/assets/images/memmy_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
|
@ -66,6 +66,25 @@ export class Apps extends Component<any, any> {
|
|||
]}
|
||||
/>
|
||||
</div>
|
||||
<div class="card col-6">
|
||||
<AppDetails
|
||||
name="Memmy"
|
||||
description="A Lemmy Client built in React Native for iOS available on the App Store."
|
||||
link="https://github.com/Memmy-App/memmy"
|
||||
icon="/static/assets/images/memmy_icon.png"
|
||||
banner="/static/assets/images/memmy_banner.webp"
|
||||
links={[
|
||||
{
|
||||
link: "https://apps.apple.com/us/app/memmy-for-lemmy/id6450204299?platform=iphone",
|
||||
icon: "appleinc",
|
||||
},
|
||||
{
|
||||
link: "https://github.com/Memmy-App/memmy",
|
||||
icon: "github",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1>{i18n.t("web_apps")}</h1>
|
||||
|
|
Loading…
Reference in a new issue