Skip to content

Commit df58a2c

Browse files
committed
fix schedule times
1 parent e59f6d2 commit df58a2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cljs/inclojure_website/page.cljs

+3-3
Original file line numberDiff line numberDiff line change
@@ -449,15 +449,15 @@
449449
[:td [:a {:href "#abhinav"} "Functional Programming Patterns"]]
450450
[:td "Abhinav Sarkar"]]
451451
[:tr.selected
452-
[:td "4:15 am"]
452+
[:td "4:15 pm"]
453453
[:td "Chai-Kaapi Break"]
454454
[:td ""]]
455455
[:tr
456-
[:td "4:35 am"]
456+
[:td "4:35 pm"]
457457
[:td [:a {:href "#dheeraj"} "Exploring Electric Clojure"]]
458458
[:td "Dheeraj Kumar"]]
459459
[:tr
460-
[:td "5:20 am"]
460+
[:td "5:20 pm"]
461461
[:td [:a {:href "#prabhanshu"} "Building a spreadsheet from the ground up"]]
462462
[:td "Prabhanshu Gupta"]]]])
463463

0 commit comments

Comments
 (0)