diff --git a/src/mtgcoll/routes/main_page.clj b/src/mtgcoll/routes/main_page.clj index 597d460..08e570f 100644 --- a/src/mtgcoll/routes/main_page.clj +++ b/src/mtgcoll/routes/main_page.clj @@ -29,7 +29,7 @@ [:div.content.text-center.text-muted "mtgcoll " (get-app-version) "  |  " - [:a {:href "https://github.com/gered/mtgcoll"} "Source code"] " licensed under MIT"]]] + [:a {:href "https://github.com/gered/mtgcoll"} "GitHub Project"]]]] (js-env-settings "" (boolean (config/get :dev?))) (javascript-tag (string/join "\n" [(str "var __authRequired = " (boolean (seq (config/get :users))))]))