Skip to content

Commit a286362

Browse files
Fix sentence
1 parent 759dd0b commit a286362

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
[:h1 {:class ["text-6xl" "font-bold" "mb-6" "text-slate-900"]} "Welcome to "
5353
[:span {:class ["bg-gradient-to-r" "from-emerald-400" "via-sky-400" "to-sky-200" "bg-clip-text" "text-transparent" "relative"]}
5454
"Clojure Stack Lite"]]
55-
[:p {:class ["text-2xl" "mb-10" "text-slate-600"]} "A lightweight, modern template to jumpstart your Clojure projects"]
55+
[:p {:class ["text-2xl" "mb-10" "text-slate-600"]} "A lightweight, modern template to jumpstart your Clojure project"]
5656
[:p {:class ["text-lg" "mb-12" "text-slate-500"]}
5757
"To begin, modify the existing view in " [:code {:class ["bg-slate-100" "px-1" "rounded"]} "src/yourproject/views/home.clj"]
5858
" or add a new route in " [:code {:class ["bg-slate-100" "px-1" "rounded"]} "src/yourproject/routes.clj"]

0 commit comments

Comments
 (0)