From 81ff12b6823037d33fc1cf4cc8c6628380d428cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ruz=CC=8Cevic=CC=81?= Date: Thu, 21 Sep 2023 08:59:50 +0200 Subject: [PATCH] adding new chapter --- website/src/docs/videos.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/docs/videos.jsx b/website/src/docs/videos.jsx index 7b1761791..1c1d2fd97 100644 --- a/website/src/docs/videos.jsx +++ b/website/src/docs/videos.jsx @@ -36,7 +36,7 @@ export function Video(props) { {subtitle &&

{subtitle}

} - + ); } @@ -52,7 +52,7 @@ export function AllVideos(props) { const prefix = `${String(index + 1).padStart(2, '0')} - `; return ( -