Skip to content

Commit 98abf79

Browse files
committed
fix CFP nav title
1 parent a91763c commit 98abf79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cljs/inclojure_website/page.cljs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
(def nav-links {
4646
"Venue" "venue"
4747
"Sponsors" "sponsorship"
48-
"Call For Papers" "cfp"}
48+
"Call For Proposals" "cfp"}
4949
#_{"Tickets" "tickets"
5050
"Talks" "talks"
5151
"Workshops" "workshops"
@@ -413,7 +413,7 @@
413413

414414
(defn cfp []
415415
[:section {:id "cfp"}
416-
[:h2 "Call For proposals"]
416+
[:h2 "Call For Proposals"]
417417
[:p "We welcome talk submissions for " data/conf-with-year "."]
418418
[:p [:strong "CFP closes on 15th Jan 2024."]]
419419
[:p "Talk proposers each receive a complimentary pass for conference day,

0 commit comments

Comments
 (0)