File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 },
2323 "linkedin" : " https://www.linkedin.com/company/devbcn" ,
2424 "schedule" : {
25- "enabled" : false
25+ "enabled" : true
2626 },
2727 "sessionizeUrl" : " https://sessionize.com/api/v2/xhudniix" ,
2828 "showCountdown" : true ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import MoreThanBlueWhiteIcon from "@assets/images/LessThanBlueWhiteIcon.svg";
66import SectionWrapper from "@components/SectionWrapper/SectionWrapper" ;
77import TitleSection from "@components/SectionTitle/TitleSection" ;
88import { useWindowSize } from "react-use" ;
9- import data from "@data/2024 .json" ;
9+ import data from "@data/2025 .json" ;
1010
1111import * as Sentry from "@sentry/react" ;
1212import { Link } from "react-router" ;
@@ -24,7 +24,7 @@ const Schedule: FC<React.PropsWithChildren<unknown>> = () => {
2424 fetch ( "https://sessionize.com/api/v2/kdiixcgx/view/GridSmart" )
2525 . then ( ( value ) => value . text ( ) )
2626 . then ( ( value ) => {
27- const sched = document . getElementById ( "# schedule" ) ;
27+ const sched = document . getElementById ( "schedule" ) ;
2828 if ( sched !== null ) {
2929 sched . innerHTML = value ;
3030 }
@@ -63,7 +63,7 @@ const Schedule: FC<React.PropsWithChildren<unknown>> = () => {
6363 >
6464 📅 See Live schedule
6565 </ Link >
66- < div style = { { width : "100%" , margin : "0 auto" } } id = "# schedule" >
66+ < div style = { { width : "100%" , margin : "0 auto" } } id = "schedule" >
6767
6868 </ div >
6969 </ >
You can’t perform that action at this time.
0 commit comments