Skip to content

Commit c08a3cc

Browse files
committed
Fixup
1 parent 6f3d9fd commit c08a3cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/sagar/casa/ui/blog.cljc

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@
6363
(NotFound.))))
6464

6565

66-
(defn blog-entry [{:keys [title description timestamp slug]}]
66+
(defn blog-entry [{:keys [title description date slug]}]
6767
#?(:cljs
6868
[:> (.-Item ListGroup) {:action true
6969
:href slug
7070
:class-name "mb-3"}
7171
[:> Row
7272
[:> Col {:class-name "text-start"} title]
73-
[:> Col {:class-name "text-end"} timestamp]]]))
73+
[:> Col {:class-name "text-end"} date]]]))
7474

7575

7676
(defn blog-list [blogs]

0 commit comments

Comments
 (0)