mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
add voyager to apps list (#234)
This commit is contained in:
parent
ee43d5d0d4
commit
1230956d5b
3 changed files with 23 additions and 0 deletions
BIN
src/assets/images/voyager.png
Normal file
BIN
src/assets/images/voyager.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
BIN
src/assets/images/voyager_screen.webp
Normal file
BIN
src/assets/images/voyager_screen.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 158 KiB |
|
@ -85,6 +85,29 @@ export class Apps extends Component<any, any> {
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="card col-6">
|
||||||
|
<AppDetails
|
||||||
|
name="Voyager"
|
||||||
|
description="A Lemmy Client for iOS, Android and the web"
|
||||||
|
link="https://github.com/aeharding/voyager"
|
||||||
|
icon="/static/assets/images/voyager.png"
|
||||||
|
banner="/static/assets/images/voyager_screen.webp"
|
||||||
|
links={[
|
||||||
|
{
|
||||||
|
link: "https://apps.apple.com/us/app/voyager-for-lemmy/id6451429762?platform=iphone",
|
||||||
|
icon: "appleinc",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
link: "https://play.google.com/store/apps/details?id=app.vger.voyager",
|
||||||
|
icon: "googleplay",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
link: "https://github.com/aeharding/voyager",
|
||||||
|
icon: "github",
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>{i18n.t("web_apps")}</h1>
|
<h1>{i18n.t("web_apps")}</h1>
|
||||||
|
|
Loading…
Reference in a new issue