Skip to content

Commit 5ebd536

Browse files
committed
changed live stream link
1 parent e3daea1 commit 5ebd536

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

app/page.js

+2-5
Original file line numberDiff line numberDiff line change
@@ -772,10 +772,7 @@ export default function Home() {
772772
</p>{" "}
773773
<div className="p-2 flex flex-col sm:flex-row flex-wrap w-full h-full gap-2 items-center justify-center">
774774
{speakers.map((speaker, index) => {
775-
const speaking = [
776-
"Amio Anthony",
777-
"Kester Ejikeme",
778-
];
775+
const speaking = ["Amio Anthony", "Kester Ejikeme"];
779776
return speaking.includes(speaker.name) ? (
780777
<div
781778
key={index}
@@ -1542,7 +1539,7 @@ export default function Home() {
15421539
type="text/html"
15431540
width="100%"
15441541
height="100%"
1545-
src="https://www.youtube.com/embed/_sClHVYAeP8?si=l07ECS3qdD121vev"
1542+
src="https://www.youtube.com/embed/QD8xBSOZuRM?si=s3pR4pYOetQvGIi0"
15461543
allowFullScreen
15471544
frameborder="0"
15481545
></iframe>

0 commit comments

Comments
 (0)