mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2025-01-15 14:35:50 +00:00
Added Arctic For Lemmy to the app list (#449)
* Added Arctic For Lemmy to the app list * Optimized Arctic banner image reducing its file size * Replaced Arctic banner with a single screenshot * Updated Arctic banner file name
This commit is contained in:
parent
1fd6c810c0
commit
cfdd03a4aa
3 changed files with 17 additions and 0 deletions
BIN
src/assets/images/arctic_icon.webp
Normal file
BIN
src/assets/images/arctic_icon.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
src/assets/images/arctic_screen.webp
Normal file
BIN
src/assets/images/arctic_screen.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
|
@ -448,6 +448,22 @@ const SUMMIT: AppDetails = {
|
|||
platforms: [Platform.Android],
|
||||
};
|
||||
|
||||
const ARCTIC: AppDetails = {
|
||||
name: "Arctic",
|
||||
description: "A free and native iOS client, written in Swift.",
|
||||
link: "https://lemmy.world/c/arctic",
|
||||
icon: "/static/assets/images/arctic_icon.webp",
|
||||
banner: "/static/assets/images/arctic_screen.webp",
|
||||
links: [
|
||||
{
|
||||
link: "https://apps.apple.com/us/app/arctic-for-lemmy/id6457925837",
|
||||
icon: "appleinc",
|
||||
},
|
||||
],
|
||||
sourceType: SourceType.Closed,
|
||||
platforms: [Platform.IOS],
|
||||
};
|
||||
|
||||
export const APP_LIST: AppDetails[] = [
|
||||
ECHO,
|
||||
JERBOA,
|
||||
|
@ -467,4 +483,5 @@ export const APP_LIST: AppDetails[] = [
|
|||
BOOST,
|
||||
SYNC,
|
||||
SUMMIT,
|
||||
ARCTIC,
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue