Skip to content

Commit 361046c

Browse files
feat: update keynote videos on changelog page (#1036)
- Add July 4, 2025 video (https://www.youtube.com/watch?v=_DbT5xmR3wI) - Add June 27, 2025 video (https://www.youtube.com/watch?v=PHYMDmvuPLY) - Keep only the 4 latest videos (removed May 16 and April 25) Fixes #1035 Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: Ruben Fiszel <[email protected]>
1 parent 4d96bd2 commit 361046c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/theme/BlogLayout/index.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,38 +54,38 @@ export default function BlogLayout(props) {
5454
<ul className="list-disc list-inside space-y-2 text-gray-700 dark:text-gray-300 mt-4">
5555
<li>
5656
<a
57-
href="https://youtube.com/live/mITa8YBQUUs"
57+
href="https://www.youtube.com/watch?v=_DbT5xmR3wI"
5858
target="_blank"
5959
rel="noopener noreferrer"
6060
>
61-
June 13, 2025
61+
July 4, 2025
6262
</a>
6363
</li>
6464
<li>
6565
<a
66-
href="https://youtube.com/live/wQLklVChth4"
66+
href="https://www.youtube.com/watch?v=PHYMDmvuPLY"
6767
target="_blank"
6868
rel="noopener noreferrer"
6969
>
70-
June 6, 2025
70+
June 27, 2025
7171
</a>
7272
</li>
7373
<li>
7474
<a
75-
href="https://youtube.com/live/9wG5HIggom8"
75+
href="https://youtube.com/live/mITa8YBQUUs"
7676
target="_blank"
7777
rel="noopener noreferrer"
7878
>
79-
May 16, 2025
79+
June 13, 2025
8080
</a>
8181
</li>
8282
<li>
8383
<a
84-
href="https://youtube.com/live/109Iq5qS68Y"
84+
href="https://youtube.com/live/wQLklVChth4"
8585
target="_blank"
8686
rel="noopener noreferrer"
8787
>
88-
April 25, 2025
88+
June 6, 2025
8989
</a>
9090
</li>
9191
</ul>

0 commit comments

Comments
 (0)