From 8b608900619abf4ae8a5209baab7204d464daee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Fri, 29 Mar 2024 09:21:17 +0400 Subject: [PATCH] Add Phanpy to recommended Mastodon apps It's too good not to. --- app/views/services/mastodon/show.html.erb | 30 +++++++++- public/img/logos/icon_phanpy.svg | 67 +++++++++++++++++++++++ 2 files changed, 96 insertions(+), 1 deletion(-) create mode 100644 public/img/logos/icon_phanpy.svg diff --git a/app/views/services/mastodon/show.html.erb b/app/views/services/mastodon/show.html.erb index 27a30e3..0e10c98 100644 --- a/app/views/services/mastodon/show.html.erb +++ b/app/views/services/mastodon/show.html.erb @@ -98,7 +98,17 @@ description: "The official Web app", icon_path: "/img/logos/icon_mastodon-2.svg", links: [ - ["Launch", "https://kosmos.social"] + ["Launch", "https://kosmos.social"], + ["GitHub", "https://github.com/mastodon/mastodon"] + ] + ) %> + <%= render AppInfoComponent.new( + name: "Phanpy", + description: " A slick, feature-rich Web app for mobile and desktop", + icon_path: "/img/logos/icon_phanpy.svg", + links: [ + ["Launch", "https://phanpy.social"], + ["GitHub", "https://github.com/cheeaun/phanpy"] ] ) %> <%= render AppInfoComponent.new( @@ -150,6 +160,15 @@ ["Google Play", "https://play.google.com/store/apps/details?id=org.joinmastodon.android.sk"] ] ) %> + <%= render AppInfoComponent.new( + name: "Phanpy", + description: " A slick, feature-rich Web app for mobile and desktop", + icon_path: "/img/logos/icon_phanpy.svg", + links: [ + ["Launch", "https://phanpy.social"], + ["GitHub", "https://github.com/cheeaun/phanpy"] + ] + ) %>