We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91763c commit 98abf79Copy full SHA for 98abf79
src/cljs/inclojure_website/page.cljs
@@ -45,7 +45,7 @@
45
(def nav-links {
46
"Venue" "venue"
47
"Sponsors" "sponsorship"
48
- "Call For Papers" "cfp"}
+ "Call For Proposals" "cfp"}
49
#_{"Tickets" "tickets"
50
"Talks" "talks"
51
"Workshops" "workshops"
@@ -413,7 +413,7 @@
413
414
(defn cfp []
415
[:section {:id "cfp"}
416
- [:h2 "Call For proposals"]
+ [:h2 "Call For Proposals"]
417
[:p "We welcome talk submissions for " data/conf-with-year "."]
418
[:p [:strong "CFP closes on 15th Jan 2024."]]
419
[:p "Talk proposers each receive a complimentary pass for conference day,
0 commit comments