Browse Source

chore: Fix project source URL

Miguel Ángel Moreno 2 years ago
parent
commit
7a34684feb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/frontend/tubo/views.cljs

+ 1 - 1
src/frontend/tubo/views.cljs

@@ -83,7 +83,7 @@
     [:div.flex.flex-col.justify-center.items-center
      [:div.flex.items-center.justify-center
       [:div.items-center
-       [:a.font-bold {:href "https://sr.ht/~conses/tubo"} "tubo"]]
+       [:a.font-bold {:href "https://git.mianmoreno.com/tubo.git"} "tubo"]]
       [:div
        [:p.px-2 (str "2022-" (.getFullYear (js/Date.)))]]]]]])