File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -772,10 +772,7 @@ export default function Home() {
772
772
</ p > { " " }
773
773
< div className = "p-2 flex flex-col sm:flex-row flex-wrap w-full h-full gap-2 items-center justify-center" >
774
774
{ speakers . map ( ( speaker , index ) => {
775
- const speaking = [
776
- "Amio Anthony" ,
777
- "Kester Ejikeme" ,
778
- ] ;
775
+ const speaking = [ "Amio Anthony" , "Kester Ejikeme" ] ;
779
776
return speaking . includes ( speaker . name ) ? (
780
777
< div
781
778
key = { index }
@@ -1542,7 +1539,7 @@ export default function Home() {
1542
1539
type = "text/html"
1543
1540
width = "100%"
1544
1541
height = "100%"
1545
- src = "https://www.youtube.com/embed/_sClHVYAeP8 ?si=l07ECS3qdD121vev "
1542
+ src = "https://www.youtube.com/embed/QD8xBSOZuRM ?si=s3pR4pYOetQvGIi0 "
1546
1543
allowFullScreen
1547
1544
frameborder = "0"
1548
1545
> </ iframe >
You can’t perform that action at this time.
0 commit comments