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"] + ] + ) %>