add voyager to apps list (#234)

This commit is contained in:
Alexander Harding 2023-08-08 03:43:07 -05:00 committed by GitHub
parent ee43d5d0d4
commit 1230956d5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

View file

@ -85,6 +85,29 @@ export class Apps extends Component<any, any> {
]}
/>
</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>
<h1>{i18n.t("web_apps")}</h1>