Skip to content

Commit c70bc15

Browse files
Update link
1 parent a0b0a4b commit c70bc15

File tree

1 file changed

+2
-1
lines changed
  • resources/io/github/abogoyavlensky/clojure_stack_lite/src

1 file changed

+2
-1
lines changed

resources/io/github/abogoyavlensky/clojure_stack_lite/src/views.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
" and define a handler in " [:code {:class ["bg-slate-100" "px-1" "rounded"]} "src/yourproject/handlers.clj"]]
6060
[:div {:class ["mb-16"]}
6161
[:a {:class ["bg-slate-900" "hover:bg-slate-800" "text-white" "font-medium" "py-3" "px-8" "rounded-lg" "transition-colors" "duration-200" "mr-4"]
62-
:href "https://stack.bogoyavlensky.com/docs/lite/first-app"} "Get Started"]]]]
62+
:href "https://stack.bogoyavlensky.com/docs/lite/first-app"
63+
:target "_blank"} "Get Started"]]]]
6364
[:footer {:class ["py-6" "text-center" "text-sm" "text-slate-500"]}
6465
[:p "Made with ❤️ for the Clojure community"]]]))

0 commit comments

Comments
 (0)