mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
13 lines
369 B
TypeScript
13 lines
369 B
TypeScript
|
|
export const recommendedClients = [
|
||
|
|
{
|
||
|
|
name: "Soapbox",
|
||
|
|
icon: "https://soapbox.pub/assets/logo.svg",
|
||
|
|
link: "https://fe.soapbox.pub/",
|
||
|
|
},
|
||
|
|
{
|
||
|
|
name: "Megalodon",
|
||
|
|
icon: "https://sk22.github.io/megalodon/mastodon/src/main/res/mipmap-xhdpi/ic_launcher_round.png",
|
||
|
|
link: "https://sk22.github.io/megalodon/",
|
||
|
|
},
|
||
|
|
];
|