Skip to content

Commit 7aff27e

Browse files
committed
Added youtube video playlist
1 parent 96d6f75 commit 7aff27e

9 files changed

Lines changed: 16 additions & 16 deletions

File tree

.idea/workspace.xml

Lines changed: 3 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/sections/Header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const Header = () => {
2020
const [isMenuOpen, setIsMenuOpen] = useState(false);
2121
const t = useTranslations('navigation.header');
2222
const { lang } = useParams();
23-
const IconComponent = ICON_REGISTRY.photos;
23+
const IconComponent = ICON_REGISTRY.videos;
2424
return (
2525
<header className="sticky top-0 z-50 mt-0 px-3">
2626
<div className="bg-white container mx-auto flex items-center justify-between rounded-b-2xl pt-3 ">

src/lib/icons.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import {
2323
LuUserRoundCheck,
2424
LuUsers,
2525
LuUtensils,
26+
LuVideo,
2627
LuWifi,
2728
LuZap,
2829
} from 'react-icons/lu';
@@ -55,6 +56,7 @@ export const ICON_REGISTRY = {
5556
speakers: LuUserRoundCheck,
5657
ticket: LuTicketCheck,
5758
photos: PiGooglePhotosLogo,
59+
videos: LuVideo,
5860
// People & Networking
5961
language: LuGlobe,
6062
registration: FaRegIdBadge,

src/locales/en/event.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"location": "Ax.c Hub, 800 Square-Victoria in Montréal",
99
"locationLink": "https://espaceaxc.com/en/",
1010
"imageUrl": "/images/logo/hero.png",
11-
"buttonText": "All pictures",
12-
"buttonLink": "https://photos.app.goo.gl/MvqDtMU6dLRX2Q8C6"
11+
"buttonText": "Videos",
12+
"buttonLink": "https://www.youtube.com/playlist?list=PLUWS5xxsjcINr3JIt-jcVRfr2dg6XK26h"
1313
}

src/locales/en/eventPhoto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"photoButtonText": "All pictures",
55
"videoButtonText": "Videos",
66
"photoLink": "https://photos.app.goo.gl/MvqDtMU6dLRX2Q8C6",
7-
"videosLink": "https://www.youtube.com/@gdgmontreal/videos",
7+
"videosLink": "https://www.youtube.com/playlist?list=PLUWS5xxsjcINr3JIt-jcVRfr2dg6XK26h",
88
"photos": [
99
{
1010
"title": "DevFest Montreal 2024 picture 01",

src/locales/en/navigation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"header": {
33
"buttonText": "Call for Speakers",
44
"buttonLink": "https://www.papercall.io/df-mtl-2025",
5-
"ticketButtonText": "Pictures",
6-
"ticketButtonLink": "https://photos.app.goo.gl/MvqDtMU6dLRX2Q8C6",
5+
"ticketButtonText": "Videos",
6+
"ticketButtonLink": "https://www.youtube.com/playlist?list=PLUWS5xxsjcINr3JIt-jcVRfr2dg6XK26h",
77
"headerNavigation": [
88
{
99
"href": "/",

src/locales/fr/event.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"location": "Ax.c, 800 Square-Victoria à Montréal",
99
"locationLink": "https://espaceaxc.com/",
1010
"imageUrl": "/images/logo/hero.png",
11-
"buttonText": "Toutes les photos",
12-
"buttonLink": "https://photos.app.goo.gl/MvqDtMU6dLRX2Q8C6"
11+
"buttonText": "Vidéos",
12+
"buttonLink": "https://www.youtube.com/playlist?list=PLUWS5xxsjcINr3JIt-jcVRfr2dg6XK26h"
1313
}

src/locales/fr/eventPhoto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"photoButtonText": "Toutes les photos",
55
"videoButtonText": "Vidéos",
66
"photoLink": "https://photos.app.goo.gl/MvqDtMU6dLRX2Q8C6",
7-
"videosLink": "https://www.youtube.com/@gdgmontreal/videos",
7+
"videosLink": "https://www.youtube.com/playlist?list=PLUWS5xxsjcINr3JIt-jcVRfr2dg6XK26h",
88
"photos": [
99
{
1010
"title": "DevFest Montréal 2024 photo 01",

src/locales/fr/navigation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"header": {
33
"buttonText": "Devenez conférencier·ière !",
44
"buttonLink": "https://www.papercall.io/df-mtl-2025",
5-
"ticketButtonText": "Les photos",
6-
"ticketButtonLink": "https://photos.app.goo.gl/MvqDtMU6dLRX2Q8C6",
5+
"ticketButtonText": "Vidéos",
6+
"ticketButtonLink": "https://www.youtube.com/playlist?list=PLUWS5xxsjcINr3JIt-jcVRfr2dg6XK26h",
77
"headerNavigation": [
88
{
99
"href": "/",

0 commit comments

Comments
 (0)