diff --git a/app/views/services/remotestorage/show.html.erb b/app/views/services/remotestorage/show.html.erb index dcb49a6..14fe8ea 100644 --- a/app/views/services/remotestorage/show.html.erb +++ b/app/views/services/remotestorage/show.html.erb @@ -82,9 +82,17 @@ ["Web App", "https://hyperdraft.rosano.ca"], ] ) %> + <%= render AppInfoComponent.new( + name: "Notes Together", + description: "A powerful note-taking app, with support for attaching images and other files", + icon_path: "/img/app_icons/notes-together.png", + links: [ + ["Web App", "https://notestogether.hominidsoftware.com"], + ] + ) %> <%= render AppInfoComponent.new( name: "Papiers", - description: "A simple but powerful note-taking app", + description: "A simple note-taking app", icon_path: "/img/app_icons/papiers.png", links: [ ["Web App", "https://papiers.gitlab.io"], diff --git a/public/img/app_icons/notes-together.png b/public/img/app_icons/notes-together.png new file mode 100644 index 0000000..09c9e4c Binary files /dev/null and b/public/img/app_icons/notes-together.png differ