about summary refs log tree commit diff stats
path: root/app/helpers
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-11-30 15:34:44 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2023-11-30 15:34:44 -0500
commit2b50dae2681e2f3756f43643259122c634a352fa (patch)
tree91304d803904a091837e3dca6daa75dd2574cca6 /app/helpers
parenta4354788674b1d4d35d66b49c7953454b9f10a71 (diff)
downloadthoughts-2b50dae2681e2f3756f43643259122c634a352fa.tar.gz
thoughts-2b50dae2681e2f3756f43643259122c634a352fa.tar.bz2
thoughts-2b50dae2681e2f3756f43643259122c634a352fa.zip
Unmount Wittle engine
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/application_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index a51645b..72d7ab1 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb
@@ -35,7 +35,7 @@ module ApplicationHelper
35 { title: "Code repositories", url: "https://code.fourisland.com/" }, 35 { title: "Code repositories", url: "https://code.fourisland.com/" },
36 { title: "Quotes database", url: "https://www.fourisland.com/quotes" }, 36 { title: "Quotes database", url: "https://www.fourisland.com/quotes" },
37 { title: "Pokémon", url: "https://www.fourisland.com/poke3" }, 37 { title: "Pokémon", url: "https://www.fourisland.com/poke3" },
38 { title: "Wittle", url: "https://www.fourisland.com/wittle" }, 38 { title: "Wittle", url: "https://www.fourisland.com/wittle/" },
39 ] 39 ]
40 end 40 end
41 41