Skip to content

Commit

Permalink
community: add latest videos (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
debs-obrien authored Jul 3, 2024
1 parent e6a9b00 commit 84272ab
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/data/live-streams.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
const liveStreams = [
{
title: 'It\'s time to talk Playwright with the clock API',
description: '',
id: '263x99Oe1g4',
year: '2024',
host: 'Playwright Live',
speakers: ["Debbie O'Brien", "Ben Fellows"]
},
{
title: 'Comunidad de Playwright, última versión y más',
description: '',
id: 'WOBbNW-MApw',
year: '2024',
host: 'Playwright Live Spanish',
speakers: ["Debbie O'Brien", "Carlos Gauto"]
},
{
title: 'Community, latest release and more',
description: '',
Expand Down
5 changes: 5 additions & 0 deletions src/data/release-videos.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
const releaseVideos = [
{
version: '1.45',
id: "54_aC-rVKHg",
highlights: ['Clock API', 'directory uploads', 'ControlOrMeta+modifier'],
},
{
version: '1.44',
id: "avjSahFWdCI",
Expand Down

0 comments on commit 84272ab

Please sign in to comment.