Add video listing page

This commit is contained in:
Kamran Ahmed
2021-09-03 13:07:13 +02:00
parent 86f599b5b7
commit afa0e032e7
2 changed files with 5 additions and 3 deletions

View File

@ -26,6 +26,7 @@ export default function Watch(props: VideosProps) {
<SimpleGrid columns={[1, 1, 2]} mb='30px' spacing={['10px', '10px', '15px']}>
{videos.map((video, counter) => (
<VideoGridItem
href={video.url}
key={video.id}
title={video.title}
subtitle={video.description}