diff --git a/app/views/services/email/show.html.erb b/app/views/services/email/show.html.erb index ada7bba..39379e6 100644 --- a/app/views/services/email/show.html.erb +++ b/app/views/services/email/show.html.erb @@ -100,6 +100,14 @@ ["Website", "https://www.thunderbird.net"] ] ) %> + <%= render AppInfoComponent.new( + name: "Geary", + description: "Built around conversations, for the GNOME desktop", + icon_path: "/img/logos/icon_geary.png", + links: [ + ["Website", "https://wiki.gnome.org/Apps/Geary"] + ] + ) %>