Browse Source

fix(frontend): Amend footer contents

Miguel Ángel Moreno 1 year ago
parent
commit
55b7c3b362
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/frontend/tubo/views.cljs

+ 2 - 3
src/frontend/tubo/views.cljs

@@ -83,9 +83,8 @@
     [:div.flex.flex-col.justify-center.items-center
      [:div.flex.items-center.justify-center
       [:div.items-center
-       [:a.font-bold {:href "https://git.mianmoreno.com/tubo"} "tubo"]]
-      [:div
-       [:p.px-2 (str "2022-" (.getFullYear (js/Date.)))]]]]]])
+       [:a {:href "https://github.com/migalmoreno/tubo" :target "_blank"}
+        "https://github.com/migalmoreno/tubo"]]]]]])
 
 (defn app
   []