File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -575,14 +575,17 @@ slideContent section =
575
575
SessionEnd { codeDescription, codeLink } ->
576
576
[ ( False
577
577
, slideHeadingFromSection section
578
- ++ [ slideHeading2 " Any questions?"
578
+ ++ [ slideP " Code used for this session..."
579
+ , bullets
580
+ [ bulletLink codeDescription codeLink
581
+ ]
582
+ , slideHeading2 " Any questions?"
579
583
, slideP
" Get in touch - email: [email protected] | twitter: @codereadingclub"
580
584
, slideHeading2 " Continue with Code Reading!"
581
585
, bullets
582
586
[ bullet " Code reading club resources: https://codereading.club"
583
587
, bullet " Read Felienne's book! The Programmer's Brain"
584
- , bullet " Start a club"
585
- , bullet " Join a club"
588
+ , bullet " Start a club or Join a club"
586
589
, bullet " Join our discord"
587
590
, bullet " Apply practices to onboarding or as interview tool"
588
591
]
You can’t perform that action at this time.
0 commit comments