From 0746d14e097c1623ed42adcdda65ee5e186627f6 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 5 Nov 2023 20:34:22 -0500 Subject: Added link to quotes database --- app/helpers/application_helper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app') diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 0386a48..a51645b 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -33,6 +33,7 @@ module ApplicationHelper def links_sidebar [ { title: "Code repositories", url: "https://code.fourisland.com/" }, + { title: "Quotes database", url: "https://www.fourisland.com/quotes" }, { title: "Pokémon", url: "https://www.fourisland.com/poke3" }, { title: "Wittle", url: "https://www.fourisland.com/wittle" }, ] -- cgit 1.4.1