Merge branch 'master' into live
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Râu Cao 2024-08-17 14:46:00 +02:00
commit 1311b5ed6a
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -79,7 +79,7 @@
description: "Create text notes and (optionally) turn them into a website", description: "Create text notes and (optionally) turn them into a website",
icon_path: "/img/app_icons/hyperdraft.png", icon_path: "/img/app_icons/hyperdraft.png",
links: [ links: [
["Web App", "https://hyperdraft.rosano.ca"], ["Website", "https://hyperdraft.rosano.ca"],
] ]
) %> ) %>
<%= render AppInfoComponent.new( <%= render AppInfoComponent.new(
@ -135,7 +135,7 @@
description: "Create flashcards and learn them with spaced-repetition", description: "Create flashcards and learn them with spaced-repetition",
icon_path: "/img/app_icons/kommit.png", icon_path: "/img/app_icons/kommit.png",
links: [ links: [
["Web App", "https://kommit.rosano.ca"], ["Website", "https://kommit.rosano.ca"],
] ]
) %> ) %>
</div> </div>