From 79952b73c5159da3ce46d1bda2cc23ec229ba534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sat, 17 Aug 2024 14:45:31 +0200 Subject: [PATCH] Fix link descriptions --- app/views/services/remotestorage/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"], ] ) %>