diff --git a/app/views/services/remotestorage/show.html.erb b/app/views/services/remotestorage/show.html.erb index 14fe8ea..65bde16 100644 --- a/app/views/services/remotestorage/show.html.erb +++ b/app/views/services/remotestorage/show.html.erb @@ -79,7 +79,7 @@ description: "Create text notes and (optionally) turn them into a website", icon_path: "/img/app_icons/hyperdraft.png", links: [ - ["Web App", "https://hyperdraft.rosano.ca"], + ["Website", "https://hyperdraft.rosano.ca"], ] ) %> <%= render AppInfoComponent.new( @@ -135,7 +135,7 @@ description: "Create flashcards and learn them with spaced-repetition", icon_path: "/img/app_icons/kommit.png", links: [ - ["Web App", "https://kommit.rosano.ca"], + ["Website", "https://kommit.rosano.ca"], ] ) %>