mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
parent
2635a4dffa
commit
0ebb9ced94
3 changed files with 15 additions and 0 deletions
BIN
src/assets/images/lunar_logo.webp
Normal file
BIN
src/assets/images/lunar_logo.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
src/assets/images/lunar_screen.webp
Normal file
BIN
src/assets/images/lunar_screen.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
|
@ -108,6 +108,21 @@ export class Apps extends Component<any, any> {
|
|||
]}
|
||||
/>
|
||||
</div>
|
||||
<div class="card col-6">
|
||||
<AppDetails
|
||||
name="Lunar"
|
||||
description="A Lemmy Client for iOS written in Swift and SwiftUI"
|
||||
link="https://github.com/mani-sh-reddy/Lunar"
|
||||
icon="/static/assets/images/lunar_logo.webp"
|
||||
banner="/static/assets/images/lunar_screen.webp"
|
||||
links={[
|
||||
{
|
||||
link: "https://github.com/mani-sh-reddy/Lunar",
|
||||
icon: "github",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1>{i18n.t("web_apps")}</h1>
|
||||
|
|
Loading…
Reference in a new issue